Freigeben über


IWmiDataReaderTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IWmiDataReaderTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Destination Infrastruktur Gets or sets the name of the destination for the task.
Öffentliche Eigenschaft DestinationType Infrastruktur Gets or sets the type of the destination.
Öffentliche Eigenschaft Output Infrastruktur Gets or sets an object that contains the results of the task.
Öffentliche Eigenschaft OutputType Infrastruktur Gets or sets the type of output.
Öffentliche Eigenschaft OverwriteDestination Infrastruktur Gets or sets a value that determines how the task should handle existing data in the destination.
Öffentliche Eigenschaft WmiConnection Infrastruktur Gets or sets the name of the WMI connection associated with task.
Öffentliche Eigenschaft WqlQuerySource Infrastruktur Gets or sets the source of the WQL query to be executed by the task.
Öffentliche Eigenschaft WqlQuerySourceType Infrastruktur Gets or sets the query source type.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask-Namespace