DataWarehouse.GetNeighboringManagementGroups Method

Updated: April 16, 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)Dim instance As DataWarehouse Dim datasetTypeId As Guid Dim routingKey As String Dim returnValue As ReadOnlyCollection(Of ManagementGroupInfo) returnValue = instance.GetNeighboringManagementGroups(datasetTypeId, routingKey)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>ParametersdatasetTypeIdThe GUID for the Management Group.routingKeyThe routing key.Return ValueReturns a ReadOnlyCollection of ManagementGroupInfo objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms