DataCubeUnlinkExternalHierarchy Method (ITimeHierarchyLevel) |
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic void UnlinkExternalHierarchy(
ITimeHierarchyLevel level
)
Public Sub UnlinkExternalHierarchy (
level As ITimeHierarchyLevel
)
public:
void UnlinkExternalHierarchy(
ITimeHierarchyLevel^ level
)
member UnlinkExternalHierarchy :
level : ITimeHierarchyLevel -> unit
Parameters
- level
- Type: Dundas.BI.Data.MetadataITimeHierarchyLevel
The time hierarchy level.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | level is . |
| ArgumentException | level does not belong to the current instance. |
See Also