次の方法で共有


DatabaseEncryptionKeyStatement.Algorithm プロパティ

暗号化キーに使用するアルゴリズムを取得または設定します。

名前空間:  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
暗号化キーに使用するアルゴリズム。

関連項目

参照

DatabaseEncryptionKeyStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間