Share via


IDTSVirtualInputColumn100.UsageType プロパティ

定義

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

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

プロパティ値

DTSUsageType 列挙体の値。

属性

注釈

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

適用対象