Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Creates a temporary database result set.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Function CreateResultSet ( _
numCols As Integer, _
numRows As Integer _
) As TempDBResultSet
'Usage
Dim instance As TempDB
Dim numCols As Integer
Dim numRows As Integer
Dim returnValue As TempDBResultSet
returnValue = instance.CreateResultSet(numCols, _
numRows)
public TempDBResultSet CreateResultSet(
int numCols,
int numRows
)
public:
TempDBResultSet^ CreateResultSet(
int numCols,
int numRows
)
member CreateResultSet :
numCols:int *
numRows:int -> TempDBResultSet
public function CreateResultSet(
numCols : int,
numRows : int
) : TempDBResultSet
Parameters
- numCols
Type: System.Int32
The number of columns.
- numRows
Type: System.Int32
The number of rows.
Return Value
Type: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
A temporary database result set.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace