Свойство DefaultLogonDomain
Gets or sets the logon domain for the HTTP endpoint.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public Property DefaultLogonDomain As String
Get
Set
'Применение
Dim instance As HttpProtocol
Dim value As String
value = instance.DefaultLogonDomain
instance.DefaultLogonDomain = value
[SfcPropertyAttribute]
public string DefaultLogonDomain { get; set; }
[SfcPropertyAttribute]
public:
property String^ DefaultLogonDomain {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
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.
См. также