TempDB.FillColumnMetadata(TempDBResultSet, Int32, String, Type, Int32) Method

Definition

public:
 void FillColumnMetadata(Microsoft::SqlServer::Replication::BusinessLogicSupport::TempDBResultSet ^ resultSet, int index, System::String ^ name, Type ^ type, int maxSize);
public void FillColumnMetadata (Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet resultSet, int index, string name, Type type, int maxSize);
member this.FillColumnMetadata : Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet * int * string * Type * int -> unit
Public Sub FillColumnMetadata (resultSet As TempDBResultSet, index As Integer, name As String, type As Type, maxSize As Integer)

Parameters

resultSet
TempDBResultSet
index
Int32
name
String
type
Type
maxSize
Int32

Applies to