HierarchyMetadataIsUtilityHierarchy Property  | 
 
            Gets or sets a value indicating whether this hierarchy should be treated as a utility hierarchy
            when generating MDX.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsUtilityHierarchy { get; set; }Public Property IsUtilityHierarchy As Boolean
	Get
	Set
public:
property bool IsUtilityHierarchy {
	bool get ();
	void set (bool value);
}member IsUtilityHierarchy : bool with get, set
Property Value
Type: 
Boolean
See Also