IWmiDataReaderTask 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents a WMI Data Reader task.

命名空间:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
程序集:  Microsoft.SqlServer.WMIDRTask(在 Microsoft.SqlServer.WMIDRTask.dll 中)

语法

声明
Public Interface IWmiDataReaderTask
用法
Dim instance As IWmiDataReaderTask
public interface IWmiDataReaderTask
public interface class IWmiDataReaderTask
type IWmiDataReaderTask =  interface end
public interface IWmiDataReaderTask

IWmiDataReaderTask 类型公开以下成员。

属性

  名称 说明
公共属性 Destination 基础结构。Gets or sets the name of the destination for the task.
公共属性 DestinationType 基础结构。Gets or sets the type of the destination.
公共属性 Output 基础结构。Gets or sets an object that contains the results of the task.
公共属性 OutputType 基础结构。Gets or sets the type of output.
公共属性 OverwriteDestination 基础结构。Gets or sets a value that determines how the task should handle existing data in the destination.
公共属性 WmiConnection 基础结构。Gets or sets the name of the WMI connection associated with task.
公共属性 WqlQuerySource 基础结构。Gets or sets the source of the WQL query to be executed by the task.
公共属性 WqlQuerySourceType 基础结构。Gets or sets the query source type.

页首

请参阅

参考

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