QuerySourceType Enumeración
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.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
Ensamblado: Microsoft.SqlServer.WMIEWTask (en Microsoft.SqlServer.WMIEWTask.dll)
Sintaxis
'Declaración
Public Enumeration QuerySourceType
'Uso
Dim instance As QuerySourceType
public enum QuerySourceType
public enum class QuerySourceType
type QuerySourceType
public enum QuerySourceType
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| FileConnection | WqlQuerySource contains the name of a file connection from which to retrieve the WQL query. | |
| DirectInput | WqlQuerySource contains the WQL query. | |
| Variable | WqlQuerySource contains the name of a variable from which to retrieve the WQL query. |