SqlSmoObject.IAlienObject.GetDomainRoot Method
SQL Server 2012
Returns the root of the domain.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration Private Function GetDomainRoot As ISfcDomainLite Implements IAlienObject.GetDomainRoot 'Usage Dim instance As SqlSmoObject Dim returnValue As ISfcDomainLite returnValue = CType(instance, IAlienObject).GetDomainRoot()
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomainLiteAn ISfcDomainLite object that represents the root of the domain.
