A collection of Management Group information objects about neighboring Management Groups in the data warehouse. Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As DataWarehouse
Dim datasetTypeId As Guid
Dim routingKey As String
Dim returnValue As ReadOnlyCollection(Of ManagementGroupInfo)

returnValue = instance.GetNeighboringManagementGroups(datasetTypeId, routingKey)

Syntax

Visual Basic
Public Function GetNeighboringManagementGroups ( _
		datasetTypeId As Guid, _
		routingKey As String _
) As ReadOnlyCollection(Of ManagementGroupInfo)
C#
public ReadOnlyCollection<ManagementGroupInfo> GetNeighboringManagementGroups (
		Guid datasetTypeId,
		string routingKey
)
C++
public:
ReadOnlyCollection<ManagementGroupInfo^>^ GetNeighboringManagementGroups (
		Guid datasetTypeId, 
		String^ routingKey
)
J#
public ReadOnlyCollection<ManagementGroupInfo> GetNeighboringManagementGroups (
		Guid datasetTypeId, 
		String routingKey
)
JScript
public function GetNeighboringManagementGroups (
		datasetTypeId : Guid, 
		routingKey : String
) : ReadOnlyCollection<ManagementGroupInfo>

Parameters

datasetTypeId

The globally unique identifier (GUID) for the Management Group.

routingKey

The routing key.

Return Value

A collection of ManagementGroupInfo objects.

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