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.
Retrieves the monitoring view type value that has the specified GUID.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Presentation.GetViewType()")]
public MonitoringViewType GetMonitoringViewType(
Guid id
)
public:
[ObsoleteAttribute("Please use Presentation.GetViewType()")]
MonitoringViewType^ GetMonitoringViewType(
Guid id
)
[<ObsoleteAttribute("Please use Presentation.GetViewType()")>]
member GetMonitoringViewType :
id:Guid -> MonitoringViewType
<ObsoleteAttribute("Please use Presentation.GetViewType()")>
Public Function GetMonitoringViewType (
id As Guid
) As MonitoringViewType
Parameters
id
Type: System.GuidThe GUID of the monitoring view type value to get.
Return Value
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringViewType
Returns aMonitoringViewType value.
Remarks
A view is a depiction of data with predefined criteria.
See Also
GetMonitoringViewType Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top