MeasureGroup.IgnoreUnrelatedDimensions Property

Definition

Gets or sets an indication if unrelated dimensions are ignored.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MeasureGroup_IgnoreUnrelatedDimensions")]
public bool IgnoreUnrelatedDimensions { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MeasureGroup_IgnoreUnrelatedDimensions")>]
member this.IgnoreUnrelatedDimensions : bool with get, set
Public Property IgnoreUnrelatedDimensions As Boolean

Property Value

Boolean

true if unrelated dimensions are to be forced to their top level; false, they are not.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

When members of dimensions unrelated to the measure group are included in a query, this property determines whether unrelated dimensions are forced to their top level or not.

Applies to