OlapCubeDateMappingCollection 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 public IEnumerable<IDateMapping> DateMappingCollection { get; }
Public ReadOnly Property DateMappingCollection As IEnumerable(Of IDateMapping)
Get
public:
virtual property IEnumerable<IDateMapping^>^ DateMappingCollection {
IEnumerable<IDateMapping^>^ get () sealed;
}
abstract DateMappingCollection : IEnumerable<IDateMapping> with get
override DateMappingCollection : IEnumerable<IDateMapping> with get
Property Value
Type:
IEnumerableIDateMapping
The date mappings.
Return Value
Type:
IEnumerableIDateMappingA collection of
DateMapping objects.
Implements
IOlapCubeDateMappingCollectionSee Also