SetColumnInfo 方法
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: 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
- name
类型:System. . :: . .String
- type
类型:System. . :: . .Type
- maxSize
类型:System. . :: . .Int32