共用方式為


MeasureGroup.IgnoreUnrelatedDimensions 屬性

Gets or sets IgnoreUnrelatedDimensions associated with a MeasureGroup.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property IgnoreUnrelatedDimensions As Boolean 
    Get 
    Set
'用途
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)

屬性值

型別:System.Boolean
true if unrelated dimensions are to be forced to their top level; false, they are not.

備註

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.

請參閱

參考

MeasureGroup 類別

Microsoft.AnalysisServices 命名空間