Share via


SavedSearch Class

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Represents a saved search.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Common.MonitoringBase
    Microsoft.EnterpriseManagement.Common.CreatableMonitoringBaseWithId
      Microsoft.EnterpriseManagement.UserInfo.UserSearch
        Microsoft.EnterpriseManagement.Monitoring.SavedSearch

Syntax

[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.UserInfo.UserSearch")]
public class SavedSearch : UserSearch
[SerializableAttribute]
[ObsoleteAttribute("Use Microsoft.EnterpriseManagement.UserInfo.UserSearch")]
public ref class SavedSearch : UserSearch
[<SerializableAttribute>]
[<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.UserInfo.UserSearch")>]
type SavedSearch = 
    class
        inherit UserSearch
    end
<SerializableAttribute>
<ObsoleteAttribute("Use Microsoft.EnterpriseManagement.UserInfo.UserSearch")>
Public Class SavedSearch
    Inherits UserSearch

Constructors

Name Description
System_CAPS_pubmethod SavedSearch(String, Guid)

Initializes a newSavedSearch object

Properties

Name Description
System_CAPS_pubproperty Configuration

(Inherited from UserSearch.)

System_CAPS_pubproperty ConfigurationXml

(Inherited from UserSearch.)

System_CAPS_pubproperty Description

(Inherited from UserSearch.)

System_CAPS_pubproperty Id

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubproperty ManagementGroup

The connection management group connection used by this object.

System_CAPS_pubproperty ManagementGroupId

(Inherited from MonitoringBase.)

System_CAPS_pubproperty MonitoringObjectId

Obsolete.Gets or sets the optional monitoring object identifier for the saved search.

System_CAPS_pubproperty MonitoringViewTypeId

Obsolete.Gets or sets the globally unique identifier (GUID) for the monitoring view type associated with the saved search.

System_CAPS_pubproperty Name

(Inherited from UserSearch.)

System_CAPS_pubproperty ObjectId

(Inherited from UserSearch.)

System_CAPS_pubproperty TargetClassId

(Inherited from UserSearch.)

System_CAPS_pubproperty TargetMonitoringClassId

Obsolete.Gets or sets the monitoring class associated with the saved search.

System_CAPS_pubproperty ViewTypeId

(Inherited from UserSearch.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from CreatableMonitoringBaseWithId.)

System_CAPS_pubmethod GetMonitoringViewType()

Obsolete.Gets the monitoring view type for this saved search.

System_CAPS_pubmethod GetTargetMonitoringClass()

Obsolete.Gets the target class, if there is one, for the saved search.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Reconnect(EnterpriseManagementGroup)

(Inherited from UserSearch.)

System_CAPS_pubmethod ToString()

(Inherited from MonitoringBase.)

System_CAPS_pubmethod Update()

(Inherited from UserSearch.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top