共用方式為


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 命名空間