Compartir a través de


ManagedWrapper.Scope Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the scope of the wrapper.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Implementa

IDTSConnectionManager100.Scope

Vea también

Referencia

ManagedWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime