WmiDataReaderTask.WmiConnection プロパティ

定義

WmiDataReaderTaskタスクで使用されるWMIConnの名前を取得するか設定します。

public:
 property System::String ^ WmiConnection { System::String ^ get(); void set(System::String ^ value); };
public string WmiConnection { get; set; }
member this.WmiConnection : string with get, set
Public Property WmiConnection As String

プロパティ値

この課題に関連する名 WMIConn

実装

注釈

WMIConnクラスは、Windows管理計測(WMI)がタスクをサーバーに接続するために必要な情報を含み、WqlQuerySourceで参照されたWindows管理計装検査言語(WQL)クエリを実行します。

適用対象