ManagementPackDiagnosticCriteria Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies the criteria for the GetDiagnostics(ManagementPackDiagnosticCriteria) method, limiting the returned objects to those that meet the criteria.
The following tables list the members exposed by the ManagementPackDiagnosticCriteria type.
Public Constructors
Name | Description | |
---|---|---|
ManagementPackDiagnosticCriteria | Initializes a new instance of the ManagementPackDiagnosticCriteria class using the specified criteria expression. |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
Criteria | Gets the criteria of this query. (inherited from QueryCriteria) | |
CriteriaXml | Gets the XML parse tree representing the criteria. (inherited from QueryCriteria) | |
Expression | Gets the expression that this criteria represents. (inherited from QueryCriteria) |
Top
Protected Properties
Name | Description | |
---|---|---|
BackCompatPropertyToNewPropertyMappings | Overridden. Gets a mapping of old property names to new property names. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
GetValidPropertyNames | Gets a collection of the valid property names that can be used by this criteria object. | |
IsValidPropertyName | Determines whether the specified name is a valid property name. (inherited from QueryCriteria) | |
ToString | Overridden. Returns the criteria string. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
GenerateDalCriteria | Generates the Data Access Layer (DAL) criteria from the XML criteria. (inherited from QueryCriteria) | |
GetInvalidCriteriaElements | Retrieves the criteria elements that are not valid. (inherited from QueryCriteria) | |
IsValidXmlString | Checks whether the criteria is an XML string. (inherited from QueryCriteria) | |
MemberwiseClone | (inherited from Object) | |
ParseCriteria | Validates the criteria, maps the property names to column names, and adds the type ID context. (inherited from QueryCriteria) | |
PropertyNameToColumnName | Retrieves the database column name representing the property name. (inherited from QueryCriteria) |
Top
See Also
Reference
ManagementPackDiagnosticCriteria Class
Microsoft.EnterpriseManagement.Configuration Namespace