Enumeração DTSPipelineComponentType
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Classifies pipeline components by category.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Enumeration DTSPipelineComponentType
'Uso
Dim instance As DTSPipelineComponentType
public enum DTSPipelineComponentType
public enum class DTSPipelineComponentType
type DTSPipelineComponentType
public enum DTSPipelineComponentType
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
For more information, see DTSPipelineComponentType.