IWmiDataReaderTask Interface

This API supports the infrastructure and is not intended to be used directly from your code.

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.
Public property DestinationType Infrastructure.
Public property Output Infrastructure.
Public property OutputType Infrastructure.
Public property OverwriteDestination Infrastructure.
Public property WmiConnection Infrastructure.
Public property WqlQuerySource Infrastructure.
Public property WqlQuerySourceType Infrastructure.

Top