TempDB.FillColumnMetadata(TempDBResultSet, Int32, String, Type, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- resultSet
- TempDBResultSet
- index
- Int32
- name
- String
- type
- Type
- maxSize
- Int32