Compartir a través de


IDTSPipelineComponentInfo100.ComponentType Propiedad

Esta API admite la infraestructura de SQL Server 2012 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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPipelineComponentType

Vea también

Referencia

IDTSPipelineComponentInfo100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper