Compartir a través de


IDTSPath100.StartPoint Propiedad

Gets or sets the IDTSOutput100 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 StartPoint As IDTSOutput100 
    Get 
    Set
'Uso
Dim instance As IDTSPath100 
Dim value As IDTSOutput100 

value = instance.StartPoint

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
The IDTSOutput100 object that is the upstream component in a path.

Comentarios

You should avoid setting the StartPoint by assigning an input object to this property because the affected component will not be notified. Instead, call the AttachPathAndPropagateNotifications method, which sets the StartPoint and EndPoint properties, and notifies the respective components.

Vea también

Referencia

IDTSPath100 Interfaz

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