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.

示例

实现端点