Freigeben über


Server.ISfcDomainLite.DomainInstanceName-Eigenschaft

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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Eigenschaftswert

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

Implementiert

ISfcDomainLite.DomainInstanceName

Siehe auch

Verweis

Server Klasse

Microsoft.SqlServer.Management.Smo-Namespace