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 命名空间