다음을 통해 공유


HttpProtocol.DefaultLogonDomain 속성

Gets or sets the logon domain for the HTTP endpoint.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DefaultLogonDomain As String 
    Get 
    Set
‘사용 방법
Dim instance As HttpProtocol 
Dim value As String 

value = instance.DefaultLogonDomain

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

속성 값

유형: System.String
A String value that specifies the logon domain.

주의

The DefaultLogonDomain property is required only when the HttpAuthenticationModes property is set to the value Basic.

끝점 구현

참고 항목

참조

HttpProtocol 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스