IDTSInput100.IsAttached Propiedad

Definición

Obtiene un valor que indica si a IDTSInput100 está conectado a un componente upstream a través de un IDTSPath100 objeto.

public:
 property bool IsAttached { bool get(); };
[System.Runtime.InteropServices.DispId(110)]
public bool IsAttached { [System.Runtime.InteropServices.DispId(110)] get; }
[<System.Runtime.InteropServices.DispId(110)>]
[<get: System.Runtime.InteropServices.DispId(110)>]
member this.IsAttached : bool
Public ReadOnly Property IsAttached As Boolean

Valor de propiedad

verdadero si el IDTSInput100 objeto está unido a un IDTSOutput100 a través de un IDTSPath100; de lo contrario, falso.

Atributos

Se aplica a