IOlapCubeDateMappingCollection Property |
Gets the date mappings.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IEnumerable<IDateMapping> DateMappingCollection { get; }
ReadOnly Property DateMappingCollection As IEnumerable(Of IDateMapping)
Get
property IEnumerable<IDateMapping^>^ DateMappingCollection {
IEnumerable<IDateMapping^>^ get ();
}
abstract DateMappingCollection : IEnumerable<IDateMapping> with get
Property Value
Type:
IEnumerableIDateMapping
The date mappings.
Return Value
Type:
IEnumerableIDateMappingA collection of
DateMapping objects.
See Also