다음을 통해 공유


EncryptionEnabled 속성

Gets or sets the ENCRYPTIONENABLED property of a database.

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

구문

‘선언
<SfcPropertyAttribute> _
Public Property EncryptionEnabled As Boolean
    Get
    Set
‘사용 방법
Dim instance As Database
Dim value As Boolean

value = instance.EncryptionEnabled

instance.EncryptionEnabled = value
[SfcPropertyAttribute]
public bool EncryptionEnabled { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool EncryptionEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute>]
abstract EncryptionEnabled : bool with get, set
[<SfcPropertyAttribute>]
override EncryptionEnabled : bool with get, set
final function get EncryptionEnabled () : boolean
final function set EncryptionEnabled (value : boolean)

속성 값

형식: System. . :: . .Boolean
An EncryptionEnabled value that specifies whether the date correlation optimization is active. If False (default), data encryption is not active

구현

IDatabaseOptions. . :: . .EncryptionEnabled