IDMQueryTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the properties and methods for the data mining query task.
public interface class IDMQueryTask
public interface IDMQueryTask
type IDMQueryTask = interface
Public Interface IDMQueryTask
- Derived
Properties
InputConnection |
Gets or sets the connection string to an Analysis Services project or an Analysis Services database. |
InputParameters |
Gets or sets a collection of variables that is used in a parameterized Data Mining Extensions (DMX) query. |
ModelName |
Gets or sets the name of the mining model on which the query is based. |
ModelStructureName |
Gets or sets the name of the mining structure on which the query is based. |
OutputConnection |
Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored. |
OutputTableName |
Gets or sets the name of the table where the results of the prediction query are written. |
OverwriteOutputTable |
Gets or sets a value that indicates whether the prediction query should overwrite content in the destination table. |
QueryBuilderQueryString |
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. |
QueryBuilderSpecification |
Gets or sets the information about the state of the MicrosoftSQL ServerIntegration Services UI between sessions so that editing sessions can start from where a previous session finished. |
QueryString |
Gets or sets a String that contains the text that the transformation uses to create a prediction query. |
ResultParameters |
Gets or sets a collection of Integration Services variables that is used to store the DMX query results. |
Methods
ExecuteQuery(Connections, VariableDispenser, IDTSComponentEvents, IDTSLogging, Object) |
Executes the query found in the QueryString property. |