Метод SetColumnInfo
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Пространство имен: 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