Compartilhar via


Propriedade do RDL ISfcDomainLite.DomainName

Gets the specified name of the domain.

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

Sintaxe

'Declaração
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainName As String
    Implements ISfcDomainLite.DomainName
    Get
'Uso
Dim instance As DacDomain
Dim value As String

value = CType(instance, ISfcDomainLite).DomainName
[SfcIgnoreAttribute]
string ISfcDomainLite.DomainName { get; }
[SfcIgnoreAttribute]
private:
virtual property String^ DomainName {
    String^ get () sealed = ISfcDomainLite::DomainName::get;
}
[<SfcIgnoreAttribute>]
private abstract DomainName : string
[<SfcIgnoreAttribute>]
private override DomainName : string
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: System. . :: . .String
Returns String that represents the domain name. .

Implementa

ISfcDomainLite. . :: . .DomainName