Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Fills column metadata with a specified result set.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub FillColumnMetadata ( _
resultSet As TempDBResultSet, _
index As Integer, _
name As String, _
type As Type, _
maxSize As Integer _
)
'Usage
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
)
Parameter
- resultSet
Typ: Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
The result set.
- index
Typ: System.Int32
The index.
- name
Typ: System.String
The name of the database.
- type
Typ: System.Type
The type of database.
- maxSize
Typ: System.Int32
The maximum size of the database.
Siehe auch
Verweis
Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace