Compartir a través de


ComponentType Propiedad

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

For more information, see PipelineComponentInfo.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property ComponentType As DTSPipelineComponentType
    Get
'Uso
Dim instance As IDTSPipelineComponentInfo100
Dim value As DTSPipelineComponentType

value = instance.ComponentType
DTSPipelineComponentType ComponentType { get; }
property DTSPipelineComponentType ComponentType {
    DTSPipelineComponentType get ();
}
abstract ComponentType : DTSPipelineComponentType
function get ComponentType () : DTSPipelineComponentType