IDTSInput100.IsAttached Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore che indica se un oggetto IDTSInput100 è collegato a un altro componente a monte tramite un oggetto 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
Valore della proprietà
true se l'oggetto IDTSInput100 è associato a un IDTSOutput100 oggetto tramite un IDTSPath100oggetto ; in caso contrario, false.
- Attributi