Compartir a través de


Interfaz IWmiDataReaderTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a WMI Data Reader task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Ensamblado:  Microsoft.SqlServer.WMIDRTask (en Microsoft.SqlServer.WMIDRTask.dll)

Sintaxis

'Declaración
Public Interface IWmiDataReaderTask
'Uso
Dim instance As IWmiDataReaderTask
public interface IWmiDataReaderTask
public interface class IWmiDataReaderTask
type IWmiDataReaderTask =  interface end
public interface IWmiDataReaderTask

El tipo IWmiDataReaderTask expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Destination Infraestructura. Gets or sets the name of the destination for the task.
Propiedad pública DestinationType Infraestructura. Gets or sets the type of the destination.
Propiedad pública Output Infraestructura. Gets or sets an object that contains the results of the task.
Propiedad pública OutputType Infraestructura. Gets or sets the type of output.
Propiedad pública OverwriteDestination Infraestructura. Gets or sets a value that determines how the task should handle existing data in the destination.
Propiedad pública WmiConnection Infraestructura. Gets or sets the name of the WMI connection associated with task.
Propiedad pública WqlQuerySource Infraestructura. Gets or sets the source of the WQL query to be executed by the task.
Propiedad pública WqlQuerySourceType Infraestructura. Gets or sets the query source type.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask