SetDrillThrough (Method)

Applies To:

OLAPQuery object

Description:

Enables you to define the mapping between multi-dimensional and relational databases. You must call the SetDrillThrough method for each map or unmap action.

Syntax:

Expression.SetDrillThrough(MapORUnMap as Boolean, String RelationalQueryName As String, DimensionOrRelationalTopicName as String, FactName as String)

Expression Required:

An expression that returns a Drill Through object

Example:

This example shows how to use the SetDrillThrough method to map the Store dimension and topic:

ActiveDocument.Sections["OLAPQuery"].SetDrillThrough( true,"Query2","Store","Sales Fact")