次の方法で共有


SelectQuery.Condition プロパティ

SELECT クエリで適用する条件を取得または設定します。

Public Property Condition As String
[C#]
public string Condition {get; set;}
[C++]
public: __property String* get_Condition();public: __property void set_Condition(String*);
[JScript]
public function get Condition() : String;public function set Condition(String);

プロパティ値

SELECT クエリで適用する条件を格納している文字列。

解説

このプロパティ値を設定すると、それまでにオブジェクトに格納された値をすべてオーバーライドします。クエリ文字列は新しい条件を反映するようにリビルドされます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

SelectQuery クラス | SelectQuery メンバ | System.Management 名前空間