Propriété IDTSVirtualInputColumn100.UsageType
Gets a value that indicates how the virtual column is used by the component.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property UsageType As DTSUsageType
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType
A value from the DTSUsageType enumeration.
Notes
Columns are mapped from the IDTSVirtualInputColumnCollection100 into an IDTSInputColumnCollection100 using the SetUsageType method.