ConnectionManagerBase.Scope 속성

Gets the DTS connection manager scope for this ConnectionManagerBase object.

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

구문

‘선언
Public Overridable Property Scope As DTSConnectionManagerScope 
    Get 
    Set
‘사용 방법
Dim instance As ConnectionManagerBase 
Dim value As DTSConnectionManagerScope 

value = instance.Scope

instance.Scope = value
public virtual DTSConnectionManagerScope Scope { get; set; }
public:
virtual property DTSConnectionManagerScope Scope {
    DTSConnectionManagerScope get ();
    void set (DTSConnectionManagerScope value);
}
abstract Scope : DTSConnectionManagerScope with get, set 
override Scope : DTSConnectionManagerScope with get, set
function get Scope () : DTSConnectionManagerScope 
function set Scope (value : DTSConnectionManagerScope)

속성 값

유형: Microsoft.SqlServer.Dts.Runtime.DTSConnectionManagerScope
The DTSConnectionManagerScope object.

참고 항목

참조

ConnectionManagerBase 클래스

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