Share via


IDTSOutput100.IsAttached Propriété

Définition

Obtient une valeur qui indique si l'objet IDTSOutput100 est attaché à un autre composant via 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 le IDTSOutput100 composant est connecté à un autre composant ; sinon, false. La valeur par défaut est false.

Attributs

Remarques

IDTSOutput100 les objets qui ne sont pas attachés à un chemin d’accès ne reçoivent pas d’un PipelineBuffer moteur de flux de données.

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

S’applique à