Compartir a través de


Interfaz IDMQueryTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Ensamblado:  Microsoft.SqlServer.DMQueryTask (en Microsoft.SqlServer.DMQueryTask.dll)

Sintaxis

'Declaración
Public Interface IDMQueryTask
'Uso
Dim instance As IDMQueryTask
public interface IDMQueryTask
public interface class IDMQueryTask
type IDMQueryTask =  interface end
public interface IDMQueryTask

El tipo IDMQueryTask expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público ExecuteQuery Infraestructura. Executes the query found in the QueryString property.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.DMQueryTask