Gets the Root Management Server in the Management Group. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ManagementGroupAdministration
Dim returnValue As ManagementServer

returnValue = instance.GetRootManagementServer

Syntax

Visual Basic
Public Function GetRootManagementServer As ManagementServer
C#
public ManagementServer GetRootManagementServer ()
C++
public:
ManagementServer^ GetRootManagementServer ()
J#
public ManagementServer GetRootManagementServer ()
JScript
public function GetRootManagementServer () : ManagementServer

Return Value

A ManagementServer object that represents the Root Management Server in the Management Group.

Remarks

A Root Management Server is the first Management Server installed for a Management Group. The Root Management Server performs unique functions for a Management Group. For example, it functions as the Management Server to which the Operations Console connects.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also