Partager via


Propriété Server.ISfcDomainLite.DomainName

Gets the domain name.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Private ReadOnly Property DomainName As String 
    Implements ISfcDomainLite.DomainName 
    Get
'Utilisation
Dim instance As Server 
Dim value As String 

value = CType(instance, ISfcDomainLite).DomainName
string ISfcDomainLite.DomainName { get; }
private:
virtual property String^ DomainName {
    String^ get () sealed = ISfcDomainLite::DomainName::get;
}
private abstract DomainName : string 
private override DomainName : string
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

Type : System.String
A string that specifies the name of the domain.

Implémente

ISfcDomainLite.DomainName

Voir aussi

Référence

Server Classe

Espace de noms Microsoft.SqlServer.Management.Smo