IDTSManagedComponentWrapper100.WrapperSetExternalMetadataColumnDataTypeProperties Metodo

Definizione

Imposta una colonna di metadati esterna proprietà del tipo di dato per il wrapper.

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

Parametri

lID
Int32

Identificatore.

lExternalMetadataColumnID
Int32

L'identificatore di colonna dei metadati esterni.

eDataType
DataType

Tipo di dati.

lLength
Int32

Lunghezza.

lPrecision
Int32

Precisione.

lScale
Int32

Scala.

lCodePage
Int32

Tabella codici.

Si applica a