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 네임스페이스