DatabaseEncryptionKeyStatement.Algorithm 属性

获取或设置用于加密密钥的算法。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm
    Get
    Set
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.Data.Schema.ScriptDom.Sql.DatabaseEncryptionKeyAlgorithm
返回一个 DatabaseEncryptionKeyAlgorithm 枚举值。

.NET Framework 安全性

请参见

参考

DatabaseEncryptionKeyStatement 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间