Enumerazione DTSPipelineComponentType
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Classifies pipeline components by category.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Enumeration DTSPipelineComponentType
'Utilizzo
Dim instance As DTSPipelineComponentType
public enum DTSPipelineComponentType
public enum class DTSPipelineComponentType
type DTSPipelineComponentType
public enum DTSPipelineComponentType
Membri
Nome membro | Descrizione | |
---|---|---|
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. |
Osservazioni
For more information, see DTSPipelineComponentType.