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 命名空間