MiningStructurePermission.AllowDrillThrough Property

Definition

Gets or sets an indication whether drillthrough is enabled on the mining structure.

public bool AllowDrillThrough { get; set; }
member this.AllowDrillThrough : bool with get, set
Public Property AllowDrillThrough As Boolean

Property Value

true if drillthrough is enabled; otherwise false. The default is false.

Remarks

When drillthrough is enabled on a mining structure, users who are members of a role that has drillthrough permission can view all the columns in the mining structure, by using the following syntax: SELECT <column-list> FROM <structure>.CASES Moreover, a user who also has drillthrough access to the mining model and the mining structure can retrieve information from columns that are not used in the mining model, by using the following syntax: SELECT StructureColumn('<structure column name> FROM <model>.CASES Therefore, to protect personal information, you should set up the underlying data source view to mask confidential information, and enable drillthrough permissions on a mining structure only when necessary.

Applies to