TimeHierarchyInfo Constructor |
Namespace: Dundas.BI.Data.TimeDimensionProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic TimeHierarchyInfo(
ICollection<TimeInterval> supportedIntervals,
string uniqueName
)
Public Sub New (
supportedIntervals As ICollection(Of TimeInterval),
uniqueName As String
)
public:
TimeHierarchyInfo(
ICollection<TimeInterval^>^ supportedIntervals,
String^ uniqueName
)
new :
supportedIntervals : ICollection<TimeInterval> *
uniqueName : string -> TimeHierarchyInfoParameters
- supportedIntervals ICollectionTimeInterval
- The supported intervals.
- uniqueName String
- The hierarchy unique name.
Exceptions| Exception | Condition |
|---|
| ArgumentException | The supportedIntervals collection was or empty. -or- The uniqueName was or empty. |
See Also