TempDB.ResultSetCreate Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Shared Function ResultSetCreate ( _
numCols As Integer, _
numRows As Integer _
) As TempDBResultSet
'Usage
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
Return Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet