다음을 통해 공유


DatabaseEncryptionKey.EncryptionAlgorithm 속성

Gets or sets the encryption key algorithm.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EncryptionAlgorithm As DatabaseEncryptionAlgorithm 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseEncryptionKey 
Dim value As DatabaseEncryptionAlgorithm 

value = instance.EncryptionAlgorithm

instance.EncryptionAlgorithm = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DatabaseEncryptionAlgorithm EncryptionAlgorithm { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DatabaseEncryptionAlgorithm EncryptionAlgorithm {
    DatabaseEncryptionAlgorithm get ();
    void set (DatabaseEncryptionAlgorithm value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EncryptionAlgorithm : DatabaseEncryptionAlgorithm with get, set
function get EncryptionAlgorithm () : DatabaseEncryptionAlgorithm 
function set EncryptionAlgorithm (value : DatabaseEncryptionAlgorithm)

속성 값

유형: Microsoft.SqlServer.Management.Smo.DatabaseEncryptionAlgorithm
The encryption key algorithm.

참고 항목

참조

DatabaseEncryptionKey 클래스

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

관련 자료

투명한 데이터 암호화

데이터베이스 암호화 관리(속성 페이지)