Share via


DataWarehouse.GetNeighboringManagementGroups Method (Guid, String)

 

Applies To: Operations Manager for System Center 2012

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)

Syntax

public ReadOnlyCollection<ManagementGroupInfo> GetNeighboringManagementGroups(
    Guid datasetTypeId,
    string routingKey
)
public:
ReadOnlyCollection<ManagementGroupInfo^>^ GetNeighboringManagementGroups(
    Guid datasetTypeId,
    String^ routingKey
)
member GetNeighboringManagementGroups : 
        datasetTypeId:Guid *
        routingKey:string -> ReadOnlyCollection<ManagementGroupInfo>
Public Function GetNeighboringManagementGroups (
    datasetTypeId As Guid,
    routingKey As String
) As ReadOnlyCollection(Of ManagementGroupInfo)

Parameters

  • datasetTypeId
    Type: System.Guid

    The GUID for the Management Group.

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementGroupInfo>

Returns a ReadOnlyCollection<T> of ManagementGroupInfo objects.

See Also

DataWarehouse Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top