Método FillColumnMetadata
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (em Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxe
'Declaração
Public Sub FillColumnMetadata ( _
resultSet As TempDBResultSet, _
index As Integer, _
name As String, _
type As Type, _
maxSize As Integer _
)
'Uso
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
)
Parâmetros
- index
Tipo: System. . :: . .Int32
- name
Tipo: System. . :: . .String
- type
Tipo: System. . :: . .Type
- maxSize
Tipo: System. . :: . .Int32
Consulte também