Propriedade do RDL IDTSVirtualInputColumn100.UsageType
Gets a value that indicates how the virtual column is used by the component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
ReadOnly Property UsageType As DTSUsageType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType
A value from the DTSUsageType enumeration.
Comentários
Columns are mapped from the IDTSVirtualInputColumnCollection100 into an IDTSInputColumnCollection100 using the SetUsageType method.