Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Specifies the three types of data flow components.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Sintassi
'Dichiarazione
Public Enumeration ComponentType
public enum ComponentType
public enum class ComponentType
public enum ComponentType
public enum ComponentType
Members
| Member name | Description |
|---|---|
| DestinationAdapter | Identifies a component as a destination, which has one or more IDTSInput90 objects and no IDTSOutput90 objects. |
| SourceAdapter | Identifies a component as a source, which has one or more IDTSOutput90 objects and no IDTSInput90 objects. |
| Transform | Identifies a component as a transformation, which has both one or more IDTSInput90 objects and one or more IDTSOutput90 objects. |
Osservazioni
This enumeration is used by the DtsPipelineComponentAttribute class and the PipelineComponentInfo class to identify the functionality of a managed data flow component.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.