共用方式為


DatabaseEncryptionEnabled 屬性

Gets or sets a Boolean value that indicates whether encryption is enabled for a database.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<ExtendedPropertyAttribute> _
Public Property DatabaseEncryptionEnabled As Boolean
    Get
    Set
'用途
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)

屬性值

型別:System. . :: . .Boolean
Boolean
If True encryption is enabled.
If False encryption is not enabled.