IDTSInputColumn100.UsageType Свойство

Определение

Возвращает или задает значение, которое определяет, как компонент использует объект IDTSInputColumn100.

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType UsageType { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSUsageType value); };
[System.Runtime.InteropServices.DispId(105)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType UsageType { [System.Runtime.InteropServices.DispId(105)] get; [System.Runtime.InteropServices.DispId(105)] set; }
[<System.Runtime.InteropServices.DispId(105)>]
[<get: System.Runtime.InteropServices.DispId(105)>]
[<set: System.Runtime.InteropServices.DispId(105)>]
member this.UsageType : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType with get, set
Public Property UsageType As DTSUsageType

Значение свойства

Возвращает значение из перечисления DTSUsageType.

Атрибуты

Комментарии

UsageType Если свойство имеет значениеUT_READWRITE, компонент может изменять данные в столбце во время выполнения пакета.

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