Partilhar via


Interface IDMQueryTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
Public Interface IDMQueryTask
'Uso
Dim instance As IDMQueryTask
public interface IDMQueryTask
public interface class IDMQueryTask
type IDMQueryTask =  interface end
public interface IDMQueryTask

O tipo IDMQueryTask expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público ExecuteQuery Infraestrutura. Executes the query found in the QueryString property.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.DMQueryTask