Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.