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 the monitoring view type for this saved search.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Use ManagementGroup.Presentation.GetViewType")]
public MonitoringViewType GetMonitoringViewType()
public:
[ObsoleteAttribute("Use ManagementGroup.Presentation.GetViewType")]
MonitoringViewType^ GetMonitoringViewType()
[<ObsoleteAttribute("Use ManagementGroup.Presentation.GetViewType")>]
member GetMonitoringViewType : unit -> MonitoringViewType
<ObsoleteAttribute("Use ManagementGroup.Presentation.GetViewType")>
Public Function GetMonitoringViewType As MonitoringViewType
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringViewType
Returns a MonitoringViewType object.
See Also
SavedSearch Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top