ServiceBrokerPayload.EndpointAuthenticationOrder プロパティ

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

名前空間:  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
Service Broker ペイロードに適用される認証の種類および順序を示す EndpointAuthenticationOrder 値です。

使用例

エンドポイントの実装

関連項目

参照

ServiceBrokerPayload クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

エンドポイント認証の種類