Partager via


Énumération DTSPipelineComponentType

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Classifies pipeline components by category.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSPipelineComponentType
'Utilisation
Dim instance As DTSPipelineComponentType
public enum DTSPipelineComponentType
public enum class DTSPipelineComponentType
type DTSPipelineComponentType
public enum DTSPipelineComponentType

Membres

Nom de membre Description
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.

Notes

For more information, see DTSPipelineComponentType.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper