Compartir a través de


ISql100DatabaseOptions.IsEncryptionOn (Propiedad)

Obtiene o establece un valor que indica si está habilitado el cifrado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsEncryptionOn As Boolean
    Get
    Set
bool IsEncryptionOn { get; set; }
property bool IsEncryptionOn {
    bool get ();
    void set (bool value);
}
abstract IsEncryptionOn : bool with get, set
function get IsEncryptionOn () : boolean
function set IsEncryptionOn (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql100DatabaseOptions Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)