MiningStructure.FilterComponent Property

Definition

Gets or sets an MDX expression that defines the slice of the source cube that is used for the mining structure.

[System.ComponentModel.Browsable(false)]
public string FilterComponent { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.FilterComponent : string with get, set
Public Property FilterComponent As String

Property Value

A String containing an MDX expression.

Attributes

Remarks

If you create a mining structure that is based on an OLAP data source, you must define the source cube by creating an MDX expression. After you have defined the source cube, you can add an additional MDX expression as a filter to restrict the information in the cube to only a relevant slice. Therefore, the FilterComponent expression applies only to the source cube. For information about how to define a slice by using MDX, see Using Cube and Subcube Expressions.

Applies to