Share via


DataWarehouse.GetNeighboringManagementGroups Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

'Usage
Dim instance As DataWarehouse
Dim datasetTypeId As Guid
Dim routingKey As String
Dim returnValue As ReadOnlyCollection(Of ManagementGroupInfo)

returnValue = instance.GetNeighboringManagementGroups(datasetTypeId, routingKey)

Syntax

'Declaration
Public Function GetNeighboringManagementGroups ( _
    datasetTypeId As Guid, _
    routingKey As String _
) As ReadOnlyCollection(Of ManagementGroupInfo)
public ReadOnlyCollection<ManagementGroupInfo> GetNeighboringManagementGroups (
    Guid datasetTypeId,
    string routingKey
)
public:
ReadOnlyCollection<ManagementGroupInfo^>^ GetNeighboringManagementGroups (
    Guid datasetTypeId, 
    String^ routingKey
)
public ReadOnlyCollection<ManagementGroupInfo> GetNeighboringManagementGroups (
    Guid datasetTypeId, 
    String routingKey
)
public function GetNeighboringManagementGroups (
    datasetTypeId : Guid, 
    routingKey : String
) : ReadOnlyCollection<ManagementGroupInfo>

Parameters

  • datasetTypeId
    The GUID for the Management Group.
  • routingKey
    The routing key.

Return Value

Returns a ReadOnlyCollection 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 Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

DataWarehouse Class
DataWarehouse Members
Microsoft.EnterpriseManagement.Warehouse Namespace