次の方法で共有


EndpointAuthenticationOrder プロパティ

Service Broker ペイロードに適用される認証の種類および順序を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder
    Get
    Set
'使用
Dim instance As ServiceBrokerPayload
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
Service Broker ペイロードに適用される認証の種類および順序を示す EndpointAuthenticationOrder 値です。