Condividi tramite


Proprietà ISql100DatabaseOptions.IsEncryptionOn

Ottiene o imposta un valore che indica se la crittografia è abilitata.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100DatabaseOptions Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel