Partager via


Interface IDMQueryTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly :  Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)

Syntaxe

'Déclaration
Public Interface IDMQueryTask
'Utilisation
Dim instance As IDMQueryTask
public interface IDMQueryTask
public interface class IDMQueryTask
type IDMQueryTask =  interface end
public interface IDMQueryTask

Le type IDMQueryTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique InputConnection Infrastructure. Gets or sets the connection string to an Analysis Services project or an Analysis Services database.
Propriété publique InputParameters Infrastructure. Gets or sets a collection of variables that is used in a parameterized Data Mining Extensions (DMX) query.
Propriété publique ModelName Infrastructure. Gets or sets the name of the mining model on which the query is based.
Propriété publique ModelStructureName Infrastructure. Gets or sets the name of the mining structure on which the query is based.
Propriété publique OutputConnection Infrastructure. Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored.
Propriété publique OutputTableName Infrastructure. Gets or sets the name of the table where the results of the prediction query are written.
Propriété publique OverwriteOutputTable Infrastructure. Gets or sets a value that indicates whether the prediction query should overwrite content in the destination table.
Propriété publique QueryBuilderQueryString Infrastructure. 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.
Propriété publique QueryBuilderSpecification Infrastructure. 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.
Propriété publique QueryString Infrastructure. Gets or sets a String that contains the text that the transformation uses to create a prediction query.
Propriété publique ResultParameters Infrastructure. Gets or sets a collection of Integration Services variables that is used to store the DMX query results.

Haut de la page

Méthodes

  Nom Description
Méthode publique ExecuteQuery Infrastructure. Executes the query found in the QueryString property.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.DMQueryTask