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 | |
---|---|---|
Destination | Infraestrutura. Gets or sets the name of the destination for the task. | |
DestinationType | Infraestrutura. Gets or sets the type of the destination. | |
Output | Infraestrutura. Gets or sets an object that contains the results of the task. | |
OutputType | Infraestrutura. Gets or sets the type of output. | |
OverwriteDestination | Infraestrutura. Gets or sets a value that determines how the task should handle existing data in the destination. | |
WmiConnection | Infraestrutura. Gets or sets the name of the WMI connection associated with task. | |
WqlQuerySource | Infraestrutura. Gets or sets the source of the WQL query to be executed by the task. | |
WqlQuerySourceType | Infraestrutura. Gets or sets the query source type. |
Início