Поделиться через


IDTSManagedComponentWrapper100.WrapperSetOutputColumnDataTypeProperties Метод

Определение

Задает свойства типа данных выходного столбца.

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

Параметры

lOutputID
Int32

Идентификатор выхода.

lOutputColumnID
Int32

Идентификатор выходного столбца.

eDataType
DataType

Тип данных.

lLength
Int32

Длина.

lPrecision
Int32

Точность.

lScale
Int32

Масштаб.

lCodePage
Int32

Кодовая страница.

Применяется к