IAlienObject.GetDomainRoot Method

Returns the root of the domain.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Function GetDomainRoot As ISfcDomainLite
'Usage
Dim instance As IAlienObject 
Dim returnValue As ISfcDomainLite 

returnValue = instance.GetDomainRoot()
ISfcDomainLite GetDomainRoot()
ISfcDomainLite^ GetDomainRoot()
abstract GetDomainRoot : unit -> ISfcDomainLite
function GetDomainRoot() : ISfcDomainLite

Return Value

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

See Also

Reference

IAlienObject Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace