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

其他资源

透明数据加密 (TDE)

管理数据库加密(“属性”页)