此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Fills column metadata with a specified result set.
命名空间: Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集: Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)
语法
声明
Public Sub FillColumnMetadata ( _
resultSet As TempDBResultSet, _
index As Integer, _
name As String, _
type As Type, _
maxSize As Integer _
)
用法
Dim instance As TempDB
Dim resultSet As TempDBResultSet
Dim index As Integer
Dim name As String
Dim type As Type
Dim maxSize As Integer
instance.FillColumnMetadata(resultSet, _
index, name, type, maxSize)
public void FillColumnMetadata(
TempDBResultSet resultSet,
int index,
string name,
Type type,
int maxSize
)
public:
void FillColumnMetadata(
TempDBResultSet^ resultSet,
int index,
String^ name,
Type^ type,
int maxSize
)
member FillColumnMetadata :
resultSet:TempDBResultSet *
index:int *
name:string *
type:Type *
maxSize:int -> unit
public function FillColumnMetadata(
resultSet : TempDBResultSet,
index : int,
name : String,
type : Type,
maxSize : int
)
参数
- resultSet
类型:Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
The result set.
- index
类型:System.Int32
The index.
- name
类型:System.String
The name of the database.
- type
类型:System.Type
The type of database.
- maxSize
类型:System.Int32
The maximum size of the database.