다음을 통해 공유


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 네임스페이스