Udostępnij za pośrednictwem


Właściwość IDatabaseOptions.EncryptionEnabled

Pobiera lub ustawia wartość wskazującą, czy szyfrowanie jest włączone dla bazy danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<DisplayNameKeyAttribute("Database_EncryptionEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")> _
Property EncryptionEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.EncryptionEnabled

instance.EncryptionEnabled = value
[DisplayNameKeyAttribute("Database_EncryptionEnabledName")]
[DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")]
bool EncryptionEnabled { get; set; }
[DisplayNameKeyAttribute(L"Database_EncryptionEnabledName")]
[DisplayDescriptionKeyAttribute(L"Database_EncryptionEnabledDesc")]
property bool EncryptionEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_EncryptionEnabledName")>]
[<DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")>]
abstract EncryptionEnabled : bool with get, set
function get EncryptionEnabled () : boolean
function set EncryptionEnabled (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy jest włączone szyfrowanie bazy danych.
Jeśli True, włączeniu szyfrowanie bazy danych.W przeciwnym razie False (domyślnie).