此 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.