Share via


IMiningModelDrillThroughHandler-Schnittstelle

Controls how the results of a drillthrough operation are displayed.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Interface IMiningModelDrillThroughHandler
'Usage
Dim instance As IMiningModelDrillThroughHandler
public interface IMiningModelDrillThroughHandler
public interface class IMiningModelDrillThroughHandler
type IMiningModelDrillThroughHandler =  interface end
public interface IMiningModelDrillThroughHandler

Der IMiningModelDrillThroughHandler-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Connection Gets or sets the connection to the instance of Analysis Services.
Öffentliche Eigenschaft MiningModelName Gets or sets the name of the mining model.
Öffentliche Eigenschaft NodeText Gets or sets the unique name of the node that contains the cases for drillthrough.
Öffentliche Eigenschaft QueryString Gets or sets the text of the query for the drillthrough operation.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode ShowDrillThrough Displays the results of the specified drillthrough operation.

Zum Anfang

Hinweise

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 Verwenden von Drillthrough für Miningmodelle und Miningstrukturen (Analysis Services - Data Mining).