IDatabaseOptions.EncryptionEnabled 속성

Gets or sets a value indicating whether encryption is enabled for the database.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("Database_EncryptionEnabledName")> _
<DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")> _
Property EncryptionEnabled As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As IDatabaseOptions 
Dim value As Boolean 

value = instance.EncryptionEnabled

instance.EncryptionEnabled = value
[DisplayNameKeyAttribute("Database_EncryptionEnabledName")]
[DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")]
bool EncryptionEnabled { get; set; }
[DisplayNameKeyAttribute(L"Database_EncryptionEnabledName")]
[DisplayDescriptionKeyAttribute(L"Database_EncryptionEnabledDesc")]
property bool EncryptionEnabled {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_EncryptionEnabledName")>]
[<DisplayDescriptionKeyAttribute("Database_EncryptionEnabledDesc")>]
abstract EncryptionEnabled : bool with get, set
function get EncryptionEnabled () : boolean 
function set EncryptionEnabled (value : boolean)

속성 값

유형: System.Boolean
A Boolean value that specifies whether database encryption is enabled.If True, database encryption is enabled. Otherwise, False (default.)

참고 항목

참조

IDatabaseOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스