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 views 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.Presentation.GetViews methods that take this object")]
public ReadOnlyCollection<MonitoringView> GetMonitoringViews()
public:
[ObsoleteAttribute("Use ManagementGroup.Presentation.GetViews methods that take this object")]
ReadOnlyCollection<MonitoringView^>^ GetMonitoringViews()
[<ObsoleteAttribute("Use ManagementGroup.Presentation.GetViews methods that take this object")>]
member GetMonitoringViews : unit -> ReadOnlyCollection<MonitoringView>
<ObsoleteAttribute("Use ManagementGroup.Presentation.GetViews methods that take this object")>
Public Function GetMonitoringViews As ReadOnlyCollection(Of MonitoringView)
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringView>
Returns ReadOnlyCollection<T> of MonitoringView objects.
See Also
GetMonitoringViews Overload
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top