EndpointEncryption propriété
Gets or sets the state of encryption for the Service Broker payload.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public Property EndpointEncryption As EndpointEncryption
Get
Set
'Utilisation
Dim instance As ServiceBrokerPayload
Dim value As EndpointEncryption
value = instance.EndpointEncryption
instance.EndpointEncryption = value
[SfcPropertyAttribute]
public EndpointEncryption EndpointEncryption { get; set; }
[SfcPropertyAttribute]
public:
property EndpointEncryption EndpointEncryption {
EndpointEncryption get ();
void set (EndpointEncryption value);
}
[<SfcPropertyAttribute>]
member EndpointEncryption : EndpointEncryption with get, set
function get EndpointEncryption () : EndpointEncryption
function set EndpointEncryption (value : EndpointEncryption)
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .EndpointEncryption
A EndpointEncryption value that specifies the state of encryption for the Service Broker payload.
Voir aussi