共用方式為


ServiceBrokerPayload.EndpointAuthenticationOrder 屬性

Gets or sets the type of authentication and the order in which it is applied to the Service Broker payload.

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

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder 
    Get 
    Set
'用途
Dim instance As ServiceBrokerPayload 
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)

屬性值

型別:Microsoft.SqlServer.Management.Smo.EndpointAuthenticationOrder
A EndpointAuthenticationOrder value that specifies the type of authentication and the order in which it is applied to the Service Broker payload.

範例

實作端點

請參閱

參考

ServiceBrokerPayload 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

端點驗證類型