Partager via


ResultSetCreate méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (dans Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Shared Function ResultSetCreate ( _
    numCols As Integer, _
    numRows As Integer _
) As TempDBResultSet
'Utilisation
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

Paramètres