Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Classifies pipeline components by category.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSPipelineComponentType
'Usage
Dim instance As DTSPipelineComponentType
public enum DTSPipelineComponentType
public enum class DTSPipelineComponentType
type DTSPipelineComponentType
public enum DTSPipelineComponentType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
For more information, see DTSPipelineComponentType.