WmiEventWatcherTask.WqlQuerySourceType 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 a QuerySourceType value that indicates the source type, such as file connection or a variable, of the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask.
public:
property Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::QuerySourceType WqlQuerySourceType { Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::QuerySourceType get(); void set(Microsoft::SqlServer::Dts::Tasks::WmiEventWatcherTask::QuerySourceType value); };
public Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.QuerySourceType WqlQuerySourceType { get; set; }
member this.WqlQuerySourceType : Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.QuerySourceType with get, set
Public Property WqlQuerySourceType As QuerySourceType
Property Value
A QuerySourceType value. The default is DirectInput.