IDTSVirtualInputColumn100.UsageType プロパティ

コンポーネントによる仮想列の使用方法を示す値を取得します。

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

構文

'宣言
ReadOnly Property UsageType As DTSUsageType 
    Get
'使用
Dim instance As IDTSVirtualInputColumn100 
Dim value As DTSUsageType 

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

プロパティ値

型: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType
DTSUsageType 列挙の値です。

説明

列は、SetUsageType メソッドを使用して、IDTSVirtualInputColumnCollection100 から IDTSInputColumnCollection100 にマップされます。

関連項目

参照

IDTSVirtualInputColumn100 インターフェイス

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