Condividi tramite


QuerySourceType Enumeration

Determines the source type of the WqlQuerySource property, which provides the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiEventWatcherTask class.

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

Sintassi

'Dichiarazione
Public Enumeration QuerySourceType
public enum QuerySourceType
public enum class QuerySourceType
public enum QuerySourceType
public enum QuerySourceType

Members

Member name Description
DirectInput WqlQuerySource contains the WQL query.
FileConnection WqlQuerySource contains the name of a file connection from which to retrieve the WQL query.
Variable WqlQuerySource contains the name of a variable from which to retrieve the WQL query.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace