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 である場合、コンポーネントはパッケージの実行中に列のデータを変更できます。

適用対象