ResultSetCreate メソッド
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public Shared Function ResultSetCreate ( _
numCols As Integer, _
numRows As Integer _
) As TempDBResultSet
'使用
Dim numCols As Integer
Dim numRows As Integer
Dim returnValue As TempDBResultSet
returnValue = TempDB.ResultSetCreate(numCols, _
numRows)
public static TempDBResultSet ResultSetCreate(
int numCols,
int numRows
)
public:
static TempDBResultSet^ ResultSetCreate(
int numCols,
int numRows
)
static member ResultSetCreate :
numCols:int *
numRows:int -> TempDBResultSet
public static function ResultSetCreate(
numCols : int,
numRows : int
) : TempDBResultSet