共用方式為


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.

實作

IAlienObject.GetDomainRoot()

請參閱

參考

SqlSmoObject 類別

Microsoft.SqlServer.Management.Smo 命名空間