Interfaccia IWmiDataReaderTask
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a WMI Data Reader task.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask
Assembly: Microsoft.SqlServer.WMIDRTask (in Microsoft.SqlServer.WMIDRTask.dll)
Sintassi
'Dichiarazione
Public Interface IWmiDataReaderTask
'Utilizzo
Dim instance As IWmiDataReaderTask
public interface IWmiDataReaderTask
public interface class IWmiDataReaderTask
type IWmiDataReaderTask = interface end
public interface IWmiDataReaderTask
Nel tipo IWmiDataReaderTask sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Destination | Infrastruttura. Gets or sets the name of the destination for the task. | |
DestinationType | Infrastruttura. Gets or sets the type of the destination. | |
Output | Infrastruttura. Gets or sets an object that contains the results of the task. | |
OutputType | Infrastruttura. Gets or sets the type of output. | |
OverwriteDestination | Infrastruttura. Gets or sets a value that determines how the task should handle existing data in the destination. | |
WmiConnection | Infrastruttura. Gets or sets the name of the WMI connection associated with task. | |
WqlQuerySource | Infrastruttura. Gets or sets the source of the WQL query to be executed by the task. | |
WqlQuerySourceType | Infrastruttura. Gets or sets the query source type. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask