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