Partager via


Propriété IDTSInput100.IsAttached

Gets a value that indicates if an IDTSInput100 is attached to an upstream component through an IDTSPath100 object.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property IsAttached As Boolean 
    Get
'Utilisation
Dim instance As IDTSInput100 
Dim value As Boolean 

value = instance.IsAttached
bool IsAttached { get; }
property bool IsAttached {
    bool get ();
}
abstract IsAttached : bool
function get IsAttached () : boolean

Valeur de propriété

Type : System.Boolean
true if the IDTSInput100 object is attached to an IDTSOutput100 through an IDTSPath100; otherwise, false.

Voir aussi

Référence

IDTSInput100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper