Sdílet prostřednictvím


EncryptionPayloadOption.EncryptionSupport – vlastnost

Získá nebo nastaví hodnotu, která popisuje použití šifrování v procesu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.EndpointEncryptionSupport
Vrátí EndpointEncryptionSupport hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

EncryptionPayloadOption Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů