HttpProtocol.HttpAuthenticationModes 属性

Gets or sets the authentication type used to authenticate users logging in to the instance of SQL Server through the HTTP port.

命名空间:  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
An HttpAuthenticationModes object value that specifies the authentication type used to authenticate users logging in through the HTTP port.

示例

实现端点

请参阅

参考

HttpProtocol 类

Microsoft.SqlServer.Management.Smo 命名空间