Compartir a través de


IDTSPath100.EndPoint Propiedad

Gets or sets the IDTSInput100 object associated with a path.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property EndPoint As IDTSInput100 
    Get 
    Set
'Uso
Dim instance As IDTSPath100 
Dim value As IDTSInput100 

value = instance.EndPoint

instance.EndPoint = value
IDTSInput100 EndPoint { get; set; }
property IDTSInput100^ EndPoint {
    IDTSInput100^ get ();
    void set (IDTSInput100^ value);
}
abstract EndPoint : IDTSInput100 with get, set
function get EndPoint () : IDTSInput100 
function set EndPoint (value : IDTSInput100)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
The IDTSInput100 of the component downstream in the path.

Comentarios

You should avoid setting the EndPoint by assigning an input object to this property because the components affected by the establishment of the path are not notified. Instead, call AttachPathAndPropagateNotifications.

Vea también

Referencia

IDTSPath100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper