此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Creates a temporary database result set.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public Function CreateResultSet ( _
numCols As Integer, _
numRows As Integer _
) As TempDBResultSet
用法
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
参数
- numCols
类型:System.Int32
The number of columns.
- numRows
类型:System.Int32
The number of rows.
返回值
类型:Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
A temporary database result set.