Share via


Server.ISfcDomainLite.DomainInstanceName Property

Gets the instance name of the domain.

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

Syntax

'Declaration
Private ReadOnly Property DomainInstanceName As String 
    Implements ISfcDomainLite.DomainInstanceName 
    Get
'Usage
Dim instance As Server 
Dim value As String 

value = CType(instance, ISfcDomainLite).DomainInstanceName
string ISfcDomainLite.DomainInstanceName { get; }
private:
virtual property String^ DomainInstanceName {
    String^ get () sealed = ISfcDomainLite::DomainInstanceName::get;
}
private abstract DomainInstanceName : string 
private override DomainInstanceName : 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 instance name of the domain.

Implements

ISfcDomainLite.DomainInstanceName

See Also

Reference

Server Class

Microsoft.SqlServer.Management.Smo Namespace