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 a IDTSInput100 est attaché à un composant en amont via un IDTSPath100 objet.
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é
vrai si l’objet IDTSInput100 est attaché à un IDTSOutput100 par un IDTSPath100; sinon, faux.
- Attributs