Compartir a través de


Enumeración DTSPipelineComponentType

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

Classifies pipeline components by category.

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

Sintaxis

'Declaración
Public Enumeration DTSPipelineComponentType
'Uso
Dim instance As DTSPipelineComponentType
public enum DTSPipelineComponentType
public enum class DTSPipelineComponentType
type DTSPipelineComponentType
public enum DTSPipelineComponentType

Miembros

Nombre del miembro Descripción
DTSPCT_DESTINATIONADAPTER The component is a destination.
DTSPCT_SOURCEADAPTER The component is a source.
DTSPCT_TRANSFORM The component is a transformation.
DTSPCT_VIEW The component is a view.

Comentarios

For more information, see DTSPipelineComponentType.

Vea también

Referencia

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