次の方法で共有


TempDB.ResultSetCreate(Int32, Int32) メソッド

定義

public:
 static Microsoft::SqlServer::Replication::BusinessLogicSupport::TempDBResultSet ^ ResultSetCreate(int numCols, int numRows);
public static Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet ResultSetCreate (int numCols, int numRows);
static member ResultSetCreate : int * int -> Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
Public Shared Function ResultSetCreate (numCols As Integer, numRows As Integer) As TempDBResultSet

パラメーター

numCols
Int32
numRows
Int32

戻り値

適用対象