次の方法で共有


IDTSInputColumn100.UsageType プロパティ

コンポーネントによる IDTSInputColumn100 オブジェクトの使用方法を決定する値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Property UsageType As DTSUsageType 
    Get 
    Set
'使用
Dim instance As IDTSInputColumn100 
Dim value As DTSUsageType 

value = instance.UsageType

instance.UsageType = value
DTSUsageType UsageType { get; set; }
property DTSUsageType UsageType {
    DTSUsageType get ();
    void set (DTSUsageType value);
}
abstract UsageType : DTSUsageType with get, set
function get UsageType () : DTSUsageType 
function set UsageType (value : DTSUsageType)

プロパティ値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType
DTSUsageType 列挙から値を返します。

説明

UsageType プロパティが UT_READWRITE である場合、コンポーネントはパッケージの実行中に列のデータを変更できます。

関連項目

参照

IDTSInputColumn100 インターフェイス

Microsoft.SqlServer.Dts.Pipeline.Wrapper 名前空間