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.