IDTSInput100.IsAttached Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

[DispIdAttribute(110)]
bool IsAttached {
    [DispIdAttribute(110)]
    get;
}
[DispIdAttribute(110)]
property bool IsAttached {
    [DispIdAttribute(110)]
    bool get();
}
[<DispIdAttribute(110)>]
abstract IsAttached : bool with get
<DispIdAttribute(110)>
ReadOnly Property IsAttached As Boolean

Property Value

Type: System.Boolean

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

See Also

IDTSInput100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top