Свойство EncryptionPayloadOption.EncryptionSupport

Gets or sets a value that describes how the encryption is used in the process.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property EncryptionSupport As EndpointEncryptionSupport 
    Get 
    Set
'Применение
Dim instance As EncryptionPayloadOption 
Dim value As EndpointEncryptionSupport 

value = instance.EncryptionSupport

instance.EncryptionSupport = value
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.SqlServer.TransactSql.ScriptDom.EndpointEncryptionSupport
One of the enumeration values that specifies endpoint encryption support.

См. также

Справочник

EncryptionPayloadOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom