次の方法で共有


EncryptionPayloadOption.AlgorithmPartTwo プロパティ

2 番目の優先アルゴリズム (指定されている場合) を取得または設定します。

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

構文

'宣言
Public Property AlgorithmPartTwo As EncryptionAlgorithmPreference
'使用
Dim instance As EncryptionPayloadOption
Dim value As EncryptionAlgorithmPreference

value = instance.AlgorithmPartTwo

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

プロパティ値

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

参照

参照

EncryptionPayloadOption クラス

EncryptionPayloadOption メンバ

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