Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a Boolean value that indicates whether encryption is enabled for a database.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<ExtendedPropertyAttribute> _
Public Property DatabaseEncryptionEnabled As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
Boolean If True encryption is enabled.If False encryption is not enabled.