Интерфейс IMiningModelDrillThroughHandler
Controls how the results of a drillthrough operation are displayed.
Пространство имен: Microsoft.DataWarehouse.Interfaces
Сборка: Microsoft.DataWarehouse.Interfaces (в Microsoft.DataWarehouse.Interfaces.dll)
Синтаксис
'Декларация
Public Interface IMiningModelDrillThroughHandler
'Применение
Dim instance As IMiningModelDrillThroughHandler
public interface IMiningModelDrillThroughHandler
public interface class IMiningModelDrillThroughHandler
type IMiningModelDrillThroughHandler = interface end
public interface IMiningModelDrillThroughHandler
Тип IMiningModelDrillThroughHandler обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
ShowDrillThrough | Displays the results of the specified drillthrough operation. |
В начало
Замечания
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 Использование детализации в моделях и структурах интеллектуального анализа данных (службы Analysis Services — интеллектуальный анализ данных).