Partager via


Interface IWmiDataReaderTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a WMI Data Reader task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly :  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Syntaxe

'Déclaration
Public Interface IWmiDataReaderTask
'Utilisation
Dim instance As IWmiDataReaderTask
public interface IWmiDataReaderTask
public interface class IWmiDataReaderTask
type IWmiDataReaderTask =  interface end
public interface IWmiDataReaderTask

Le type IWmiDataReaderTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Destination Infrastructure. Gets or sets the name of the destination for the task.
Propriété publique DestinationType Infrastructure. Gets or sets the type of the destination.
Propriété publique Output Infrastructure. Gets or sets an object that contains the results of the task.
Propriété publique OutputType Infrastructure. Gets or sets the type of output.
Propriété publique OverwriteDestination Infrastructure. Gets or sets a value that determines how the task should handle existing data in the destination.
Propriété publique WmiConnection Infrastructure. Gets or sets the name of the WMI connection associated with task.
Propriété publique WqlQuerySource Infrastructure. Gets or sets the source of the WQL query to be executed by the task.
Propriété publique WqlQuerySourceType Infrastructure. Gets or sets the query source type.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask