IDTSOutput100.IsAttached Propriété

Définition

Obtient une valeur qui indique si l’objet IDTSOutput100 est attaché à un autre composant via un IDTSPath100objet.

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 le IDTSOutput100 est connecté à un autre composant ; sinon, faux. La valeur par défaut est false.

Attributs

Remarques

IDTSOutput100 Les objets qui ne sont pas attachés à un chemin ne reçoivent pas A PipelineBuffer du moteur de flux de données.

Par exemple, les composants sources ou composants avec des sorties asynchrones qui ont plusieurs IDTSOutput100 objets, reçoivent un PipelineBuffer pour chaque IDTSOutput100 attaché à un chemin d’un appel vers PrimeOutput.

S’applique à