Compartir a través de


ManagedWrapper.ProtectionLevel Propiedad

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

Gets or sets the protection level of the wrapper.

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

Sintaxis

'Declaración
Public Property ProtectionLevel As DTSProtectionLevel 
    Get 
    Set
'Uso
Dim instance As ManagedWrapper 
Dim value As DTSProtectionLevel 

value = instance.ProtectionLevel

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
The protection level of the wrapper.

Implementa

IDTSConnectionManager100.ProtectionLevel

Vea también

Referencia

ManagedWrapper Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime