ISql100DatabaseEncryptionKey.Algorithm 属性

获取或设置密钥算法。

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

语法

声明
Property Algorithm As SqlSymmetricKeyAlgorithm
    Get
    Set
SqlSymmetricKeyAlgorithm Algorithm { get; set; }
property SqlSymmetricKeyAlgorithm Algorithm {
    SqlSymmetricKeyAlgorithm get ();
    void set (SqlSymmetricKeyAlgorithm value);
}
abstract Algorithm : SqlSymmetricKeyAlgorithm with get, set
function get Algorithm () : SqlSymmetricKeyAlgorithm
function set Algorithm (value : SqlSymmetricKeyAlgorithm)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlSymmetricKeyAlgorithm

.NET Framework 安全性

请参见

参考

ISql100DatabaseEncryptionKey 接口

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