Share via


IDMQueryTask Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)

Syntax

'Declaration
Public Interface IDMQueryTask
'Usage
Dim instance As IDMQueryTask
public interface IDMQueryTask
public interface class IDMQueryTask
type IDMQueryTask =  interface end
public interface IDMQueryTask

The IDMQueryTask type exposes the following members.

Properties

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

Top

Methods

  Name Description
Public method ExecuteQuery Infrastructure. Executes the query found in the QueryString property.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace