Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
Members
| Member name | 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. |
Remarks
For more information, see DTSPipelineComponentType.