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