DataWarehouse.GetManagementPacks 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.
Returns a list of Microsoft.EnterpriseManagement.Warehouse.ManagementPackInfo objects.
Overloads
GetManagementPacks(IList<Guid>, DateTime, DateTime) |
Returns MonitoringObjectInfo from Guids |
GetManagementPacks(IList<Guid>, DateTime, DateTime, String) |
Returns MonitoringObjectInfo from Guids |
GetManagementPacks(IList<Guid>, DateTime, DateTime)
Returns MonitoringObjectInfo from Guids
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::ManagementPackInfo ^> ^ GetManagementPacks(System::Collections::Generic::IList<Guid> ^ managementGroups, DateTime from, DateTime to);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ManagementPackInfo> GetManagementPacks (System.Collections.Generic.IList<Guid> managementGroups, DateTime from, DateTime to);
member this.GetManagementPacks : System.Collections.Generic.IList<Guid> * DateTime * DateTime -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ManagementPackInfo>
Public Function GetManagementPacks (managementGroups As IList(Of Guid), from As DateTime, to As DateTime) As ReadOnlyCollection(Of ManagementPackInfo)
Parameters
The list of Guid objects that represent the ManagementGroup objects from which to get management pack information.
- from
- DateTime
The date and time to start the results.
- to
- DateTime
The date and time to end the results.
Returns
Returns a ReadOnlyCollection<T> object.
Applies to
GetManagementPacks(IList<Guid>, DateTime, DateTime, String)
Returns MonitoringObjectInfo from Guids
public:
System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::EnterpriseManagement::Warehouse::ManagementPackInfo ^> ^ GetManagementPacks(System::Collections::Generic::IList<Guid> ^ managementGroups, DateTime from, DateTime to, System::String ^ languageCode);
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ManagementPackInfo> GetManagementPacks (System.Collections.Generic.IList<Guid> managementGroups, DateTime from, DateTime to, string languageCode);
member this.GetManagementPacks : System.Collections.Generic.IList<Guid> * DateTime * DateTime * string -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.EnterpriseManagement.Warehouse.ManagementPackInfo>
Public Function GetManagementPacks (managementGroups As IList(Of Guid), from As DateTime, to As DateTime, languageCode As String) As ReadOnlyCollection(Of ManagementPackInfo)
Parameters
The list of Guid objects that represent the ManagementGroup objects from which to get management pack information.
- from
- DateTime
The date and time to start the results.
- to
- DateTime
The date and time to end the results.
- languageCode
- String
The language code for the language in which the information is returned.
Returns
Returns a ReadOnlyCollection<T> object.