Condividi tramite


IDTSManagedComponentHost100.HostSetExternalMetadataColumnDataTypeProperties Metodo

Definizione

Imposta le proprietà del tipo di dati della colonna dei metadati esterni dell'host.

public:
 void HostSetExternalMetadataColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ pWrapper, int lID, int lExternalMetadataColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
public void HostSetExternalMetadataColumnDataTypeProperties (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 pWrapper, int lID, int lExternalMetadataColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int lLength, int lPrecision, int lScale, int lCodePage);
abstract member HostSetExternalMetadataColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetExternalMetadataColumnDataTypeProperties (pWrapper As IDTSManagedComponentWrapper100, lID As Integer, lExternalMetadataColumnID As Integer, eDataType As DataType, lLength As Integer, lPrecision As Integer, lScale As Integer, lCodePage As Integer)

Parametri

pWrapper
IDTSManagedComponentWrapper100

Wrapper utilizzato.

lID
Int32

Identificatore.

lExternalMetadataColumnID
Int32

Identificatore della colonna di metadati esterna.

eDataType
DataType

Tipo di dati.

lLength
Int32

Lunghezza.

lPrecision
Int32

Precisione.

lScale
Int32

Scala.

lCodePage
Int32

Tabella codici.

Si applica a