CreateAsymmetricKeyStatement.EncryptionAlgorithm プロパティ

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

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

構文

'宣言
Public Property EncryptionAlgorithm As EncryptionAlgorithm
'使用
Dim instance As CreateAsymmetricKeyStatement
Dim value As EncryptionAlgorithm

value = instance.EncryptionAlgorithm

instance.EncryptionAlgorithm = value
public EncryptionAlgorithm EncryptionAlgorithm { get; set; }
public:
property EncryptionAlgorithm EncryptionAlgorithm {
    EncryptionAlgorithm get ();
    void set (EncryptionAlgorithm value);
}
public function get EncryptionAlgorithm () : EncryptionAlgorithm
public function set EncryptionAlgorithm (value : EncryptionAlgorithm)

プロパティ値

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

参照

参照

CreateAsymmetricKeyStatement クラス

CreateAsymmetricKeyStatement メンバ

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