Поделиться через


Метод ResultSetCreate

Этот API-интерфейс поддерживается в инфраструктуре .NET Framework и не предназначается для использования непосредственно из программного кода.

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public Shared Function ResultSetCreate ( _
    numCols As Integer, _
    numRows As Integer _
) As TempDBResultSet
'Применение
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

Параметры