IDTSInput100.IsAttached Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si un objet IDTSInput100 est attaché à un composant en amont par le biais d'un objet IDTSPath100.
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
Valeur de propriété
true si l’objet IDTSInput100 est attaché à un IDTSOutput100IDTSPath100; sinon, false.
- Attributs