DatabaseEncryptionKeyStatement.Algorithm プロパティ

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

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Algorithm As DatabaseEncryptionKeyAlgorithm
'使用
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);
}
public function get Algorithm () : DatabaseEncryptionKeyAlgorithm
public function set Algorithm (value : DatabaseEncryptionKeyAlgorithm)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.DatabaseEncryptionKeyAlgorithm
DatabaseEncryptionKeyAlgorithm 列挙値を返します。

参照

参照

DatabaseEncryptionKeyStatement クラス

DatabaseEncryptionKeyStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間