共用方式為


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