Share via


Server.ISfcDomainLite.DomainName Property

Gets the domain name.

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

Syntax

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

Property Value

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

Implements

ISfcDomainLite.DomainName

See Also

Reference

Server Class

Microsoft.SqlServer.Management.Smo Namespace