この 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) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)