Interfaz IMiningModelDrillThroughHandler

Controls how the results of a drillthrough operation are displayed.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

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

El tipo IMiningModelDrillThroughHandler expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Connection Gets or sets the connection to the instance of Analysis Services.
Propiedad pública MiningModelName Gets or sets the name of the mining model.
Propiedad pública NodeText Gets or sets the unique name of the node that contains the cases for drillthrough.
Propiedad pública QueryString Gets or sets the text of the query for the drillthrough operation.

Arriba

Métodos

  Nombre Descripción
Método público ShowDrillThrough Displays the results of the specified drillthrough operation.

Arriba

Comentarios

The IMiningModelDrillThroughHandler interface is for use by hosting applications, and enables the application to retrieve and present the results of a drillthrough operation on a data mining model.

For more information, see Consultas de obtención de detalles (minería de datos).

Vea también

Referencia

Espacio de nombres Microsoft.DataWarehouse.Interfaces