共用方式為


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 命名空間