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