IMiningModelDrillThroughHandler Interface

 

Applies To: SQL Server 2016 Preview

Controls how the results of a drillthrough operation are displayed.

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

Syntax

public interface IMiningModelDrillThroughHandler
public interface class IMiningModelDrillThroughHandler
type IMiningModelDrillThroughHandler = interface end
Public Interface IMiningModelDrillThroughHandler

Properties

Name Description
System_CAPS_pubproperty Connection

Gets or sets the connection to the instance of Analysis Services.

System_CAPS_pubproperty MiningModelName

Gets or sets the name of the mining model.

System_CAPS_pubproperty NodeText

Gets or sets the unique name of the node that contains the cases for drillthrough.

System_CAPS_pubproperty QueryString

Gets or sets the text of the query for the drillthrough operation.

Methods

Name Description
System_CAPS_pubmethod ShowDrillThrough()

Displays the results of the specified drillthrough operation.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top