WmiEventWatcherTask.WqlQuerySourceType Property

Definition

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.

Implements

Applies to