EncryptionPayloadOption.EncryptionSupport 属性

获取或设置一个描述如何在进程中使用加密的值。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

EncryptionPayloadOption 类

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