Метод SqlSmoObject.IAlienObject.GetDomainRoot
Returns the root of the domain.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Private Function GetDomainRoot As ISfcDomainLite
Implements IAlienObject.GetDomainRoot
'Применение
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcDomainLite
An ISfcDomainLite object that represents the root of the domain.