ManagedWrapper.Scope 属性

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

Gets the scope of the wrapper.

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

语法

声明
Public Property Scope As DTSConnectionManagerScope 
    Get 
    Set
用法
Dim instance As ManagedWrapper 
Dim value As DTSConnectionManagerScope 

value = instance.Scope

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

属性值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
The scope of the wrapper.

实现

IDTSConnectionManager100.Scope

请参阅

参考

ManagedWrapper 类

Microsoft.SqlServer.Dts.Runtime 命名空间