MeasureGroup.IgnoreUnrelatedDimensions Property

 

Applies To: SQL Server 2016 Preview

Gets or sets IgnoreUnrelatedDimensions associated with a MeasureGroup.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(true)]
public bool IgnoreUnrelatedDimensions { get; set; }
public:
[DefaultValueAttribute(true)]
property bool IgnoreUnrelatedDimensions {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(true)>]
member IgnoreUnrelatedDimensions : bool with get, set
<DefaultValueAttribute(True)>
Public Property IgnoreUnrelatedDimensions As Boolean

Property Value

Type: System.Boolean

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.

See Also

MeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top