Freigeben über


DTSPipelineComponentType-Enumeration

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.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace