MeasureGroup.IgnoreUnrelatedDimensions プロパティ
MeasureGroup に関連付けられた IgnoreUnrelatedDimensions を取得します。値の設定も可能です。
名前空間: 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、設定されない場合は false です。
説明
メジャー グループに関連付けられていないディメンションのメンバーがクエリに含まれている場合、このプロパティは、関連付けられていないディメンションが最上位レベルに強制的に設定されるかどうかを示します。