共用方式為


IDTSInput100.IsAttached 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
ReadOnly Property IsAttached As Boolean 
    Get
'用途
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

屬性值

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

請參閱

參考

IDTSInput100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間