Share via


QueryExpression Class

Classes derived from this abstract base class are used to perform queries on specific types of MOM operations data.

For a list of all members of this type, see QueryExpression Members.

 public abstract class QueryExpression : Microsoft.EnterpriseManagement.Mom.Internal.Expression

Thread Safety

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

Remarks

Each expression can be another QueryExpression or the left-hand side can contain a ColumnNameExpression while the right-hand side contains a ValueExpression.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)

See Also

MOM Management Server Class Library Queries