Interfaccia IMiningModelDrillThroughHandler

Controls how the results of a drillthrough operation are displayed.

Spazio dei nomi  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Sintassi

'Dichiarazione
Public Interface IMiningModelDrillThroughHandler
'Utilizzo
Dim instance As IMiningModelDrillThroughHandler
public interface IMiningModelDrillThroughHandler
public interface class IMiningModelDrillThroughHandler
type IMiningModelDrillThroughHandler =  interface end
public interface IMiningModelDrillThroughHandler

Nel tipo IMiningModelDrillThroughHandler sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Connection Gets or sets the connection to the instance of Analysis Services.
Proprietà pubblica MiningModelName Gets or sets the name of the mining model.
Proprietà pubblica NodeText Gets or sets the unique name of the node that contains the cases for drillthrough.
Proprietà pubblica QueryString Gets or sets the text of the query for the drillthrough operation.

In alto

Metodi

  Nome Descrizione
Metodo pubblico ShowDrillThrough Displays the results of the specified drillthrough operation.

In alto

Osservazioni

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 Utilizzo del drill-through sui modelli di data mining e strutture di data mining (Analysis Services - Data mining).