Freigeben über


SqlSmoObject.IAlienObject.GetDomainRoot-Methode

Returns the root of the domain.

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

Syntax

'Declaration
Private Function GetDomainRoot As ISfcDomainLite 
    Implements IAlienObject.GetDomainRoot
'Usage
Dim instance As SqlSmoObject 
Dim returnValue As ISfcDomainLite 

returnValue = CType(instance, IAlienObject).GetDomainRoot()
ISfcDomainLite IAlienObject.GetDomainRoot()
private:
virtual ISfcDomainLite^ GetDomainRoot() sealed = IAlienObject::GetDomainRoot
private abstract GetDomainRoot : unit -> ISfcDomainLite  
private override GetDomainRoot : unit -> ISfcDomainLite
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Rückgabewert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomainLite
An ISfcDomainLite object that represents the root of the domain.

Implementiert

IAlienObject.GetDomainRoot()

Siehe auch

Verweis

SqlSmoObject Klasse

Microsoft.SqlServer.Management.Smo-Namespace