EndpointAuthenticationOrder プロパティ
ミラーリング ペイロードで使用される認証の順序と種類を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointAuthenticationOrder As EndpointAuthenticationOrder
Get
Set
'使用
Dim instance As DatabaseMirroringPayload
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
ミラーリング ペイロードで使用される認証の順序と種類を示す EndpointAuthenticationOrder 値です。