Compartir a través de


ConnectionManagerFileClass.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 level of encryption performed on sensitive data that is contained in the package.

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

Sintaxis

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

value = instance.ProtectionLevel

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSProtectionLevel
A DTSProtectionLevel enumeration.

Implementa

IDTSConnectionManager100.ProtectionLevel

Vea también

Referencia

ConnectionManagerFileClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper