Propriété DatabaseMirroringPayload.EndpointAuthenticationOrder
Gets or sets the order and type of authentication that is used on the mirroring payload.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder
Get
Set
'Utilisation
Dim instance As DatabaseMirroringPayload
Dim value As EndpointAuthenticationOrder
value = instance.EndpointAuthenticationOrder
instance.EndpointAuthenticationOrder = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointAuthenticationOrder EndpointAuthenticationOrder { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointAuthenticationOrder EndpointAuthenticationOrder {
EndpointAuthenticationOrder get ();
void set (EndpointAuthenticationOrder value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointAuthenticationOrder : EndpointAuthenticationOrder with get, set
function get EndpointAuthenticationOrder () : EndpointAuthenticationOrder
function set EndpointAuthenticationOrder (value : EndpointAuthenticationOrder)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.EndpointAuthenticationOrder
An EndpointAuthenticationOrder value that specifies the order and type of authentication that is used on the mirroring payload.
Exemples
Implémentation de points de terminaison
Voir aussi
Référence
DatabaseMirroringPayload Classe
Espace de noms Microsoft.SqlServer.Management.Smo