Database.EncryptionEnabled Property
Gets or sets the ENCRYPTIONENABLED property of a database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute> _
Public Property EncryptionEnabled As Boolean
[SfcPropertyAttribute]
public bool EncryptionEnabled { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool EncryptionEnabled {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_EncryptionEnabled ()
/** @property */
public final void set_EncryptionEnabled (boolean value)
public final function get EncryptionEnabled () : boolean
public final function set EncryptionEnabled (value : boolean)
Property Value
An EncryptionEnabled value that specifies whether the date correlation optimization is active. If False (default), data encryption is not active
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.