[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Creates a new instance of the
EnterpriseManagementObjectCriteria class with a non-XML-based
criteria string and the management pack entity to search.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
criteria As String, _
managementPackClass As ManagementPackClass _
)
|
C# |
public EnterpriseManagementObjectCriteria (
string criteria,
ManagementPackClass managementPackClass
)
|
C++ |
public:
EnterpriseManagementObjectCriteria (
String^ criteria,
ManagementPackClass^ managementPackClass
)
|
J# |
public EnterpriseManagementObjectCriteria (
String criteria,
ManagementPackClass managementPackClass
)
|
JScript |
public function EnterpriseManagementObjectCriteria (
criteria : String,
managementPackClass : ManagementPackClass
)
|
Parameters
- criteria
-
The criteria to search for.
- managementPackClass
-
The management pack entity being queried.
Exceptions
Exception type |
Condition |
ArgumentNullException
|
The managementPackClass parameter is a null
reference (Nothing in Visual Basic).
|
InvalidCriteriaException
|
The criteria is XML. A different constructor
should be used when creating the class instance.
|
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also