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 | |
---|---|---|
![]() |
Connection | Gets or sets the connection to the instance of Analysis Services. |
![]() |
MiningModelName | Gets or sets the name of the mining model. |
![]() |
NodeText | Gets or sets the unique name of the node that contains the cases for drillthrough. |
![]() |
QueryString | Gets or sets the text of the query for the drillthrough operation. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
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 Utilisation de l'extraction sur les modèles et les structures d'exploration de données (Analysis Services - Exploration de données).