OlapHierarchyIsUnbalanced Property |
Gets or sets a value indicating whether hierarchy is unbalanced.
Namespace: Dundas.BI.Data.Metadata.OlapAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool IsUnbalanced { get; set; }Public Property IsUnbalanced As Boolean
Get
Set
public:
property bool IsUnbalanced {
bool get ();
void set (bool value);
}member IsUnbalanced : bool with get, set
Property Value
Boolean if hierarchy is unbalanced; otherwise,
.
See Also