Sdílet prostřednictvím


ManagedWrapper.Scope Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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)

Property Value

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

Implements

IDTSConnectionManager100.Scope

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace