WmiDataReaderTask::WqlQuerySource Property
Gets or sets the source of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiDataReaderTask.
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
public: property String^ WqlQuerySource { virtual String^ get() sealed; virtual void set(String^ value) sealed; }
Implements
IWmiDataReaderTask::WqlQuerySourceThe value of this property depends on the value of the P:Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.WmiDataReaderTask.WQLQuerySourceType property. If the P:Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask.WmiDataReaderTask.WQLQuerySourceType property is set to DirectInput, then this property contains the WQL query to be executed by the task. Otherwise, this property contains the name of the file connection manager or the variable which provides the WQL query to be executed by this task.
For more information about the values supported for WQLQuerySource, see WqlQuerySource.
Show: