Compartilhar via


Propriedade do RDL ServiceBrokerPayload.EndpointEncryption

Gets or sets the state of encryption for the Service Broker payload.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointEncryption As EndpointEncryption 
    Get 
    Set
'Uso
Dim instance As ServiceBrokerPayload 
Dim value As EndpointEncryption 

value = instance.EndpointEncryption

instance.EndpointEncryption = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointEncryption EndpointEncryption { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointEncryption EndpointEncryption {
    EndpointEncryption get ();
    void set (EndpointEncryption value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointEncryption : EndpointEncryption with get, set
function get EndpointEncryption () : EndpointEncryption 
function set EndpointEncryption (value : EndpointEncryption)

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.EndpointEncryption
A EndpointEncryption value that specifies the state of encryption for the Service Broker payload.

Exemplos

Implementando pontos de extremidade

Consulte também

Referência

ServiceBrokerPayload Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Tipos de autenticação de ponto de extremidade