Поделиться через


QuerySourceType Enumeration

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

Пространство имен: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Сборка: Microsoft.SqlServer.WMIDRTask (in microsoft.sqlserver.wmidrtask.dll)

Синтаксис

'Декларация
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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace