IDTSVirtualInputColumn100.UsageType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates how the virtual column is used by the component.
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
Property Value
A value from the DTSUsageType enumeration.
- Attributes
Remarks
Columns are mapped from the IDTSVirtualInputColumnCollection100 into an IDTSInputColumnCollection100 using the SetUsageType method.