Méthode TempDB.ResultSetCreate
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Creates result set.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en 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
- numCols
Type : System.Int32
The number of columns.
- numRows
Type : System.Int32
The number of rows.
Valeur de retour
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
A TempDBResultSet object.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport