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

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WmiDataReaderTask