EncryptionPayloadOption.AlgorithmPartTwo 属性

获取或设置第二首选算法(如果指定)。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property AlgorithmPartTwo As EncryptionAlgorithmPreference
    Get
    Set
public EncryptionAlgorithmPreference AlgorithmPartTwo { get; set; }
public:
property EncryptionAlgorithmPreference AlgorithmPartTwo {
    EncryptionAlgorithmPreference get ();
    void set (EncryptionAlgorithmPreference value);
}
member AlgorithmPartTwo : EncryptionAlgorithmPreference with get, set
function get AlgorithmPartTwo () : EncryptionAlgorithmPreference
function set AlgorithmPartTwo (value : EncryptionAlgorithmPreference)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.EncryptionAlgorithmPreference
返回一个 EncryptionAlgorithmPreference 枚举值。

.NET Framework 安全性

请参见

参考

EncryptionPayloadOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间