共用方式為


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