次の方法で共有


TempDB.ResultSetCreate メソッド

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

Creates result set.

名前空間:  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

パラメーター

戻り値

型: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
A TempDBResultSet object.

関連項目

参照

TempDB クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間