Compartir a través de


UsageType Propiedad

Gets a value that indicates how the virtual column is used by the component.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .DTSUsageType
A value from the DTSUsageType enumeration.

Notas

Columns are mapped from the IDTSVirtualInputColumnCollection100 into an IDTSInputColumnCollection100 using the SetUsageType method.