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


IDTSManagedComponentWrapper100.WrapperSetUsageType Метод

Определение

Задает тип использования для оболочки.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ WrapperSetUsageType(int lInputID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSVirtualInput100 ^ pIDTSVirtualInputObject, int lLineageID, Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType eUsageType);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 WrapperSetUsageType (int lInputID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100 pIDTSVirtualInputObject, int lLineageID, Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType eUsageType);
abstract member WrapperSetUsageType : int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100 * int * Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function WrapperSetUsageType (lInputID As Integer, pIDTSVirtualInputObject As IDTSVirtualInput100, lLineageID As Integer, eUsageType As DTSUsageType) As IDTSInputColumn100

Параметры

lInputID
Int32

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

pIDTSVirtualInputObject
IDTSVirtualInput100

Виртуальный входной объект.

lLineageID
Int32

Идентификатор журнала обращений и преобразований.

eUsageType
DTSUsageType

Тип использования.

Возвращаемое значение

Тип использования оболочки.

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