次の方法で共有


HttpAuthenticationModes プロパティ

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

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

構文

'宣言
<SfcPropertyAttribute> _
Public Property HttpAuthenticationModes As HttpAuthenticationModes
    Get
    Set
'使用
Dim instance As HttpProtocol
Dim value As HttpAuthenticationModes

value = instance.HttpAuthenticationModes

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

プロパティ値

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