ConnectionManager.Scope 속성

Gets the scope of the connection manager.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Scope As DTSConnectionManagerScope 
    Get
‘사용 방법
Dim instance As ConnectionManager 
Dim value As DTSConnectionManagerScope 

value = instance.Scope
[BrowsableAttribute(false)]
public DTSConnectionManagerScope Scope { get; }
[BrowsableAttribute(false)]
public:
property DTSConnectionManagerScope Scope {
    DTSConnectionManagerScope get ();
}
[<BrowsableAttribute(false)>]
member Scope : DTSConnectionManagerScope
function get Scope () : DTSConnectionManagerScope

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
A DTSConnectionManagerScope enumeration.

참고 항목

참조

ConnectionManager 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스