Freigeben über


ManagedWrapper.Scope-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the scope of the wrapper.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Implementiert

IDTSConnectionManager100.Scope

Siehe auch

Verweis

ManagedWrapper Klasse

Microsoft.SqlServer.Dts.Runtime-Namespace