Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask 命名空间

The Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask namespace contains the interfaces and classes used for the WMI Data Reader Task, which uses Windows Management Instrumentation (WMI) to return information about a computer system. For more information about the WMI Data Reader Task, see WMI 数据读取器任务.

  说明
公共类 WmiDataReaderTask Contains the members used to configure and run a WMI Data Reader task, which runs Windows Management Instrumentation (WMI) queries and returns WMI data about a computer system. This class cannot be inherited.

接口

  接口 说明
公共接口 IWmiDataReaderTask 基础结构。

枚举

  枚举 说明
公共枚举 DestinationType Determines the type of destination specified in the Destination property of a WmiDataReaderTask class.
公共枚举 OutputType Determines the type of output returned by a WmiDataReaderTask class.
公共枚举 OverwriteDestination Determines how the WmiDataReaderTask class writes data to the destination specified in Destination.
公共枚举 QuerySourceType Determines the source type of WqlQuerySource, which provides the Windows Management Instrumentation Query Language (WQL) query to be executed by the WmiDataReaderTask class.