Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets IgnoreUnrelatedDimensions associated with a MeasureGroup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property IgnoreUnrelatedDimensions As Boolean
Get
Set
'Usage
Dim instance As MeasureGroup
Dim value As Boolean
value = instance.IgnoreUnrelatedDimensions
instance.IgnoreUnrelatedDimensions = value
public bool IgnoreUnrelatedDimensions { get; set; }
public:
property bool IgnoreUnrelatedDimensions {
bool get ();
void set (bool value);
}
member IgnoreUnrelatedDimensions : bool with get, set
function get IgnoreUnrelatedDimensions () : boolean
function set IgnoreUnrelatedDimensions (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if unrelated dimensions are to be forced to their top level; false, they are not.
Hinweise
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.