次の方法で共有


TempDBResultSet クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Represents a temporary database result set.

継承階層

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Class TempDBResultSet
'使用
Dim instance As TempDBResultSet
public class TempDBResultSet
public ref class TempDBResultSet
type TempDBResultSet =  class end
public class TempDBResultSet

TempDBResultSet 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド TempDBResultSet Initializes a new instance of the TempDBResultSet class.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ NumOfColumns Gets the number of columns in the database.
パブリック プロパティ NumOfRows Gets the number of rows in the database.
パブリック プロパティ RecordsAffected Gets or sets the number of records affected.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetColumnData Gets the column data from the database.
パブリック メソッド GetColumnInfo Gets the column info from the database.
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド InitializeColumnData Initializes the column data.
パブリック メソッド InitializeColumnInfo Initializes the column information.
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド SetColumnData Sets the data for a specified column.
パブリック メソッド SetColumnInfo Set the information for a specified column.
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間