Proprietà Pipeline

Gets the parent Data Flow task of a data flow component.

Spazio dei nomi  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
ReadOnly Property Pipeline As IDTSPipeline100
    Get
'Utilizzo
Dim instance As IDtsPipelineEnvironmentService
Dim value As IDTSPipeline100

value = instance.Pipeline
IDTSPipeline100 Pipeline { get; }
property IDTSPipeline100^ Pipeline {
    IDTSPipeline100^ get ();
}
abstract Pipeline : IDTSPipeline100
function get Pipeline () : IDTSPipeline100

Valore proprietà

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSPipeline100
An IDTSPipeline100 that represents the parent Data Flow task.

Osservazioni

This property of the IDtsPipelineEnvironmentService can be used at design time by data flow components to access the parent Data Flow task and, through it, other components in the data flow. This feature could be used to develop a component like the Slowly Changing Dimension Wizard that creates and connects additional data flow components as needed.

For information on using the services provided by SSIS Designer, see Sviluppo di un'interfaccia utente per un componente del flusso di dati.