次の方法で共有


IWmiDataReaderTask.WmiConnection プロパティ

定義

タスクに関連付けられた WMI 接続の名前を取得します。値の設定も可能です。

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

プロパティ値

タスクに関連付けられた WMI 接続の名前です。

適用対象