IMonitoringDataWarehouseService.GetDataWarehouseManagedEntity(Guid, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the specified managed entity by the managed entity ids.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ GetDataWarehouseManagedEntity(Guid managedEntityId, System::String ^ languageCode);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> GetDataWarehouseManagedEntity (Guid managedEntityId, string languageCode);
abstract member GetDataWarehouseManagedEntity : Guid * string -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function GetDataWarehouseManagedEntity (managedEntityId As Guid, languageCode As String) As IList(Of ResultSet)
Parameters
- managedEntityId
- Guid
The managed entity ids.
- languageCode
- String
The language code to retrieve localized values by.
Returns
IList of ResultSet