Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Gets all the reports that are targeted toward this monitoring object, based on all the types of the entity and the base types.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports methods that take this object")]
public ReadOnlyCollection<MonitoringLinkedReport> GetMonitoringLinkedReports()
public:
[ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports methods that take this object")]
ReadOnlyCollection<MonitoringLinkedReport^>^ GetMonitoringLinkedReports()
[<ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports methods that take this object")>]
member GetMonitoringLinkedReports : unit -> ReadOnlyCollection<MonitoringLinkedReport>
<ObsoleteAttribute("Use ManagementGroup.Reporting.GetLinkedReports methods that take this object")>
Public Function GetMonitoringLinkedReports As ReadOnlyCollection(Of MonitoringLinkedReport)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringLinkedReport>
Returns ReadOnlyCollection<T> of MonitoringLinkedReport objects.
See Also
GetMonitoringLinkedReports Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top