MeasureGroup.IgnoreUnrelatedDimensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an indication if unrelated dimensions are ignored.
public bool IgnoreUnrelatedDimensions { get; set; }
member this.IgnoreUnrelatedDimensions : bool with get, set
Public Property IgnoreUnrelatedDimensions As Boolean
Property Value
true if unrelated dimensions are to be forced to their top level; false, they are not.
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.