Compartilhar via


Propriedade do RDL HttpProtocol.DefaultLogonDomain

Gets or sets the logon domain for the HTTP endpoint.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DefaultLogonDomain As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A String value that specifies the logon domain.

Comentários

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

Exemplos

Implementando pontos de extremidade

Consulte também

Referência

HttpProtocol Classe

Namespace Microsoft.SqlServer.Management.Smo