DatabaseEncryptionKeyStatement.Algorithm 속성

Gets or sets the algorithm used for the encryption key.

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

구문

‘선언
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseEncryptionKeyStatement 
Dim value As DatabaseEncryptionKeyAlgorithm 

value = instance.Algorithm

instance.Algorithm = value
public DatabaseEncryptionKeyAlgorithm Algorithm { get; set; }
public:
property DatabaseEncryptionKeyAlgorithm Algorithm {
    DatabaseEncryptionKeyAlgorithm get ();
    void set (DatabaseEncryptionKeyAlgorithm value);
}
member Algorithm : DatabaseEncryptionKeyAlgorithm with get, set
function get Algorithm () : DatabaseEncryptionKeyAlgorithm 
function set Algorithm (value : DatabaseEncryptionKeyAlgorithm)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.DatabaseEncryptionKeyAlgorithm
The algorithm used for the encryption key.

참고 항목

참조

DatabaseEncryptionKeyStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스