Share via


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
Public property Destination Infrastructure. Gets or sets the name of the destination for the task.
Public property DestinationType Infrastructure. Gets or sets the type of the destination.
Public property Output Infrastructure. Gets or sets an object that contains the results of the task.
Public property OutputType Infrastructure. Gets or sets the type of output.
Public property OverwriteDestination Infrastructure. Gets or sets a value that determines how the task should handle existing data in the destination.
Public property WmiConnection Infrastructure. Gets or sets the name of the WMI connection associated with task.
Public property WqlQuerySource Infrastructure. Gets or sets the source of the WQL query to be executed by the task.
Public property WqlQuerySourceType Infrastructure. Gets or sets the query source type.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask Namespace