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 方法。

适用于