Share via


WmiEventWatcherTask.WqlQuerySourceType Property

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.

Namespace: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Assembly: Microsoft.SqlServer.WMIEWTask (in microsoft.sqlserver.wmiewtask.dll)

Syntax

'Declaration
Public Property WqlQuerySourceType As QuerySourceType
public QuerySourceType WqlQuerySourceType { get; set; }
public:
virtual property QuerySourceType WqlQuerySourceType {
    QuerySourceType get () sealed;
    void set (QuerySourceType value) sealed;
}
/** @property */
public final QuerySourceType get_WqlQuerySourceType ()

/** @property */
public final void set_WqlQuerySourceType (QuerySourceType value)
public final function get WqlQuerySourceType () : QuerySourceType

public final function set WqlQuerySourceType (value : QuerySourceType)

Property Value

A QuerySourceType value. The default is DirectInput.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

WmiEventWatcherTask Class
WmiEventWatcherTask Members
Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace