Metoda TempDB.ResultSetCreate
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw: Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Składnia
'Deklaracja
Public Shared Function ResultSetCreate ( _
numCols As Integer, _
numRows As Integer _
) As TempDBResultSet
'Użycie
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
Wartość zwracana
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
Zobacz także