HttpProtocol.HttpAuthenticationModes プロパティ

SQL Server のインスタンスに HTTP ポートを通じてログインするユーザーを認証する場合に使用される認証の種類を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property HttpAuthenticationModes As HttpAuthenticationModes 
    Get 
    Set
'使用
Dim instance As HttpProtocol 
Dim value As HttpAuthenticationModes 

value = instance.HttpAuthenticationModes

instance.HttpAuthenticationModes = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public HttpAuthenticationModes HttpAuthenticationModes { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property HttpAuthenticationModes HttpAuthenticationModes {
    HttpAuthenticationModes get ();
    void set (HttpAuthenticationModes value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member HttpAuthenticationModes : HttpAuthenticationModes with get, set
function get HttpAuthenticationModes () : HttpAuthenticationModes 
function set HttpAuthenticationModes (value : HttpAuthenticationModes)

プロパティ値

型: Microsoft.SqlServer.Management.Smo.HttpAuthenticationModes
HTTP ポートを通じてログインするユーザーを認証するために使用する認証の種類を示す HttpAuthenticationModes オブジェクト値。

使用例

エンドポイントの実装

関連項目

参照

HttpProtocol クラス

Microsoft.SqlServer.Management.Smo 名前空間