Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the parent Data Flow task of a data flow component.
Espacio de nombres: Microsoft.SqlServer.Dts.Design
Ensamblado: Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)
Sintaxis
'Declaración
ReadOnly Property Pipeline As IDTSPipeline100
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPipeline100
An IDTSPipeline100 that represents the parent Data Flow task.
Comentarios
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 Desarrollar una interfaz de usuario para un componente de flujo de datos.