TempDB.FillColumnMetadata(TempDBResultSet, Int32, String, Type, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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