Interface IMiningModelDrillThroughHandler

Controls how the results of a drillthrough operation are displayed.

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
Public Interface IMiningModelDrillThroughHandler
'Utilisation
Dim instance As IMiningModelDrillThroughHandler
public interface IMiningModelDrillThroughHandler
public interface class IMiningModelDrillThroughHandler
type IMiningModelDrillThroughHandler =  interface end
public interface IMiningModelDrillThroughHandler

Le type IMiningModelDrillThroughHandler expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Connection Gets or sets the connection to the instance of Analysis Services.
Propriété publique MiningModelName Gets or sets the name of the mining model.
Propriété publique NodeText Gets or sets the unique name of the node that contains the cases for drillthrough.
Propriété publique QueryString Gets or sets the text of the query for the drillthrough operation.

Haut de la page

Méthodes

  Nom Description
Méthode publique ShowDrillThrough Displays the results of the specified drillthrough operation.

Haut de la page

Notes

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 Requêtes d'extraction (exploration de données).

Voir aussi

Référence

Espace de noms Microsoft.DataWarehouse.Interfaces