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 命名空间

其他资源

端点身份验证类型