OlapHierarchyParentDimension Property  | 
 
            Gets the parent dimension.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata.Olap
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic OlapDimension ParentDimension { get; }Public ReadOnly Property ParentDimension As OlapDimension
	Get
public:
property OlapDimension^ ParentDimension {
	OlapDimension^ get ();
}member ParentDimension : OlapDimension with get
Property Value
Type: 
OlapDimension
See Also