ManagementQuery クラス
定義
すべての管理クエリ オブジェクトの抽象基本クラスを提供します。Provides an abstract base class for all management query objects.
public ref class ManagementQuery abstract : ICloneable
public abstract class ManagementQuery : ICloneable
[System.ComponentModel.TypeConverter(typeof(System.Management.ManagementQueryConverter))]
public abstract class ManagementQuery : ICloneable
type ManagementQuery = class
interface ICloneable
[<System.ComponentModel.TypeConverter(typeof(System.Management.ManagementQueryConverter))>]
type ManagementQuery = class
interface ICloneable
Public MustInherit Class ManagementQuery
Implements ICloneable
- 継承
-
ManagementQuery
- 派生
- 属性
- 実装
注釈
このクラスは抽象クラスです。API で実際に使用されるのは、その派生物の派生物だけです。This class is abstract; only derivatives of it are actually used in the API.
プロパティ
QueryLanguage |
クエリ文字列の書式を定義して、クエリ文字列で使用するクエリ言語を取得または設定します。Gets or sets the query language used in the query string, defining the format of the query string. |
QueryString |
テキスト形式でクエリを取得または設定します。Gets or sets the query in text format. |
メソッド
Clone() |
オブジェクトのコピーを返します。Returns a copy of the object. |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。Determines whether the specified object is equal to the current object. (継承元 Object) |
GetHashCode() |
既定のハッシュ関数として機能します。Serves as the default hash function. (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。Gets the Type of the current instance. (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。Creates a shallow copy of the current Object. (継承元 Object) |
ParseQuery(String) |
クエリ文字列を解析し、その結果に応じてプロパティ値を設定します。Parses the query string and sets the property values accordingly. クエリが有効な場合は、クエリのクラス名プロパティおよび条件プロパティが解析されます。If the query is valid, the class name property and condition property of the query will be parsed. |
ToString() |
現在のオブジェクトを表す文字列を返します。Returns a string that represents the current object. (継承元 Object) |