Udostępnij za pośrednictwem


Właściwość ISfcDomainLite.DomainName

Pobiera określoną nazwę domena.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dac
Zestaw:  Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Deklaracja
<SfcIgnoreAttribute> _
Private ReadOnly Property DomainName As String
    Implements ISfcDomainLite.DomainName
    Get
'Użycie
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Wartość właściwości

Typ: System. . :: . .String
Zwraca String , reprezentuje nazwę domena. .

Implementacje

ISfcDomainLite. . :: . .DomainName