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