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 钻取查询(数据挖掘).

请参阅

参考

Microsoft.DataWarehouse.Interfaces 命名空间