Partilhar via


Interface IWmiDataReaderTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a WMI Data Reader task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly:  Microsoft.SqlServer.WMIDRTask (em Microsoft.SqlServer.WMIDRTask.dll)

Sintaxe

'Declaração
Public Interface IWmiDataReaderTask
'Uso
Dim instance As IWmiDataReaderTask
public interface IWmiDataReaderTask
public interface class IWmiDataReaderTask
type IWmiDataReaderTask =  interface end
public interface IWmiDataReaderTask

O tipo IWmiDataReaderTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Destination Infraestrutura. Gets or sets the name of the destination for the task.
Propriedade pública DestinationType Infraestrutura. Gets or sets the type of the destination.
Propriedade pública Output Infraestrutura. Gets or sets an object that contains the results of the task.
Propriedade pública OutputType Infraestrutura. Gets or sets the type of output.
Propriedade pública OverwriteDestination Infraestrutura. Gets or sets a value that determines how the task should handle existing data in the destination.
Propriedade pública WmiConnection Infraestrutura. Gets or sets the name of the WMI connection associated with task.
Propriedade pública WqlQuerySource Infraestrutura. Gets or sets the source of the WQL query to be executed by the task.
Propriedade pública WqlQuerySourceType Infraestrutura. Gets or sets the query source type.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask