IDTSVirtualInputColumn100.UsageType 속성
Gets a value that indicates how the virtual column is used by the component.
네임스페이스: 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
A value from the DTSUsageType enumeration.
주의
Columns are mapped from the IDTSVirtualInputColumnCollection100 into an IDTSInputColumnCollection100 using the SetUsageType method.