Partager via


Énumération QuerySourceType

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly :  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Syntaxe

'Déclaration
Public Enumeration QuerySourceType
'Utilisation
Dim instance As QuerySourceType
public enum QuerySourceType
public enum class QuerySourceType
type QuerySourceType
public enum QuerySourceType

Membres

Nom de membre 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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask