Método SqlSmoObject.IAlienObject.GetDomainRoot
Returns the root of the domain.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Private Function GetDomainRoot As ISfcDomainLite
Implements IAlienObject.GetDomainRoot
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomainLite
An ISfcDomainLite object that represents the root of the domain.