Właściwość DatabaseEncryptionKeyExtender.DatabaseEncryptionEnabled
Pobiera lub ustawia wartość wartość logiczna wskazująca, 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
<ExtendedPropertyAttribute> _
Public Property DatabaseEncryptionEnabled As Boolean
Get
Set
'Użycie
Dim instance As DatabaseEncryptionKeyExtender
Dim value As Boolean
value = instance.DatabaseEncryptionEnabled
instance.DatabaseEncryptionEnabled = value
[ExtendedPropertyAttribute]
public bool DatabaseEncryptionEnabled { get; set; }
[ExtendedPropertyAttribute]
public:
property bool DatabaseEncryptionEnabled {
bool get ();
void set (bool value);
}
[<ExtendedPropertyAttribute>]
member DatabaseEncryptionEnabled : bool with get, set
function get DatabaseEncryptionEnabled () : boolean
function set DatabaseEncryptionEnabled (value : boolean)
Wartość właściwości
Typ: System.Boolean
Boolean
Jeśli True włączone szyfrowanie.
Jeśli False szyfrowanie nie jest włączona.
Zobacz także