Condividi tramite


Interfaccia IDMQueryTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the properties and methods for the data mining query task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)

Sintassi

'Dichiarazione
Public Interface IDMQueryTask
'Utilizzo
Dim instance As IDMQueryTask
public interface IDMQueryTask
public interface class IDMQueryTask
type IDMQueryTask =  interface end
public interface IDMQueryTask

Nel tipo IDMQueryTask sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica InputConnection Infrastruttura. Gets or sets the connection string to an Analysis Services project or an Analysis Services database.
Proprietà pubblica InputParameters Infrastruttura. Gets or sets a collection of variables that is used in a parameterized Data Mining Extensions (DMX) query.
Proprietà pubblica ModelName Infrastruttura. Gets or sets the name of the mining model on which the query is based.
Proprietà pubblica ModelStructureName Infrastruttura. Gets or sets the name of the mining structure on which the query is based.
Proprietà pubblica OutputConnection Infrastruttura. Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored.
Proprietà pubblica OutputTableName Infrastruttura. Gets or sets the name of the table where the results of the prediction query are written.
Proprietà pubblica OverwriteOutputTable Infrastruttura. Gets or sets a value that indicates whether the prediction query should overwrite content in the destination table.
Proprietà pubblica QueryBuilderQueryString Infrastruttura. Gets or sets a string that specifies a data mining query that appears in the UI for data mining as the initial query string, which the user can the modify.
Proprietà pubblica QueryBuilderSpecification Infrastruttura. Gets or sets the information about the state of the Microsoft SQL Server Integration Services UI between sessions so that editing sessions can start from where a previous session finished.
Proprietà pubblica QueryString Infrastruttura. Gets or sets a String that contains the text that the transformation uses to create a prediction query.
Proprietà pubblica ResultParameters Infrastruttura. Gets or sets a collection of Integration Services variables that is used to store the DMX query results.

In alto

Metodi

  Nome Descrizione
Metodo pubblico ExecuteQuery Infrastruttura. Executes the query found in the QueryString property.

In alto

Vedere anche

Riferimento

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