다음을 통해 공유


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

반환

적용 대상