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. |
页首