SqlSmoObject.IAlienObject.GetDomainRoot Method ()

 

Applies To: SQL Server 2016 Preview

Returns the root of the domain.

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

Syntax

ISfcDomainLite IAlienObject.GetDomainRoot()
private:
virtual ISfcDomainLite^ GetDomainRoot() sealed = IAlienObject::GetDomainRoot
private abstract GetDomainRoot : unit -> ISfcDomainLite
private override GetDomainRoot : unit -> ISfcDomainLite
Private Function GetDomainRoot As ISfcDomainLite
    Implements IAlienObject.GetDomainRoot

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomainLite

An ISfcDomainLite object that represents the root of the domain.

Implements

IAlienObject.GetDomainRoot()

See Also

SqlSmoObject Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top