ConnectionManagerAdoNetClass.Scope 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the scope of the connection manager.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Public Overridable Property Scope As DTSConnectionManagerScope 
    Get 
    Set
用法
Dim instance As ConnectionManagerAdoNetClass 
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.Wrapper.DTSConnectionManagerScope
One of the enumeration values of the DTSConnectionManagerScope enumeration.

实现

IDTSConnectionManager100.Scope

注释

For more information, see ConnectionManager.

请参阅

参考

ConnectionManagerAdoNetClass 类

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间