IDatabaseOptions.EncryptionEnabled Property
This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")> _
<DisplayNameKeyAttribute("Database_EncryptionEnabledName")> _
Property EncryptionEnabled As Boolean
[DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")]
[DisplayNameKeyAttribute("Database_EncryptionEnabledName")]
bool EncryptionEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Database_EncryptionEnabledDesc")]
[DisplayNameKeyAttribute(L"Database_EncryptionEnabledName")]
property bool EncryptionEnabled {
bool get ();
void set (bool value);
}
/** @property */
boolean get_EncryptionEnabled ()
/** @property */
void set_EncryptionEnabled (boolean value)
function get EncryptionEnabled () : boolean
function set EncryptionEnabled (value : boolean)
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.