Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Determines the source type of WqlQuerySource, which provides the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiDataReaderTask class.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (em Microsoft.SqlServer.WMIDRTask.dll)
Sintaxe
'Declaração
Public Enumeration QuerySourceType
'Uso
Dim instance As QuerySourceType
public enum QuerySourceType
public enum class QuerySourceType
type QuerySourceType
public enum QuerySourceType
Membros
| Nome do membro | Descrição | |
|---|---|---|
| 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. |