Linguaggio

ManagedComponentHost.HostSetOutputColumnDataTypeProperties Metodo

Definizione

Imposta la proprietà di tipo di dato della colonna di uscita dell'host.

public:
 virtual void HostSetOutputColumnDataTypeProperties(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iOutputID, int iOutputColumnID, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
public void HostSetOutputColumnDataTypeProperties(Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iOutputID, int iOutputColumnID, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType eDataType, int iLength, int iPrecision, int iScale, int iCodePage);
abstract member HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
override this.HostSetOutputColumnDataTypeProperties : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> unit
Public Sub HostSetOutputColumnDataTypeProperties (wrapper As IDTSManagedComponentWrapper100, iOutputID As Integer, iOutputColumnID As Integer, eDataType As DataType, iLength As Integer, iPrecision As Integer, iScale As Integer, iCodePage As Integer)

Parametri

wrapper
IDTSManagedComponentWrapper100

Il contenitore dei componenti.

iOutputID
Int32

L'identificatore di output.

iOutputColumnID
Int32

L'identificatore della colonna di output.

eDataType
DataType

Tipo di dati.

iLength
Int32

Lunghezza.

iPrecision
Int32

Precisione.

iScale
Int32

Scala.

iCodePage
Int32

Tabella codici.

Implementazioni

Si applica a