WmiDataReaderTask.WmiConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the WMIConn used by the WmiDataReaderTask task.
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
Property Value
The name of the WMIConn associated with the task.
Implements
Remarks
The WMIConn class contains the information needed by Windows Management Instrumentation (WMI) to connect the task to a server, against which the Windows Management Instrumentation Query Language (WQL) query referenced in WqlQuerySource is executed.