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

DTSUsageType 列舉中的值。

屬性

備註

使用方法將資料行從對應 IDTSVirtualInputColumnCollection100IDTSInputColumnCollection100 SetUsageType

適用於