IWmiDataReaderTask Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a WMI Data Reader task.
Namespace: Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Syntax
'Declaration
Public Interface IWmiDataReaderTask
'Usage
Dim instance As IWmiDataReaderTask
public interface IWmiDataReaderTask
public interface class IWmiDataReaderTask
type IWmiDataReaderTask = interface end
public interface IWmiDataReaderTask
The IWmiDataReaderTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
Destination | Infrastructure. Gets or sets the name of the destination for the task. | |
DestinationType | Infrastructure. Gets or sets the type of the destination. | |
Output | Infrastructure. Gets or sets an object that contains the results of the task. | |
OutputType | Infrastructure. Gets or sets the type of output. | |
OverwriteDestination | Infrastructure. Gets or sets a value that determines how the task should handle existing data in the destination. | |
WmiConnection | Infrastructure. Gets or sets the name of the WMI connection associated with task. | |
WqlQuerySource | Infrastructure. Gets or sets the source of the WQL query to be executed by the task. | |
WqlQuerySourceType | Infrastructure. Gets or sets the query source type. |
Top