Share via


ManagementServerCriteria Constructor (String)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new ManagementServerCriteria object.

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

Usage

'Usage
Dim criteria As String

Dim instance As New ManagementServerCriteria(criteria)

Syntax

'Declaration
Public Sub New ( _
    criteria As String _
)
public ManagementServerCriteria (
    string criteria
)
public:
ManagementServerCriteria (
    String^ criteria
)
public ManagementServerCriteria (
    String criteria
)
public function ManagementServerCriteria (
    criteria : String
)

Parameters

  • criteria
    The criteria expression used to filter out Management Server results returned by the ManagementServerCriteria method.

Example

For an example of the ManagementServerCriteria constructor, see How to Install, Remove, or Repair an Operations Manager Agent.

Remarks

The following property names are valid names that can be used in the criteria expression:

  • Id

  • Name

  • LastModified

  • DisplayName

For information about the criteria expression syntax, see Criteria Expression Syntax.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementServerCriteria Class
ManagementServerCriteria Members
Microsoft.EnterpriseManagement.Administration Namespace