共用方式為


EndpointAuthenticationOrder 屬性

Gets or sets the order and type of authentication that is used on the mirroring payload.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder
    Get
    Set
'用途
Dim instance As DatabaseMirroringPayload
Dim value As EndpointAuthenticationOrder

value = instance.EndpointAuthenticationOrder

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

屬性值

型別:Microsoft.SqlServer.Management.Smo. . :: . .EndpointAuthenticationOrder
An EndpointAuthenticationOrder value that specifies the order and type of authentication that is used on the mirroring payload.

範例

實作端點