IDateMappingServiceGetDateMappings Method |
Gets the collection of
DateMapping objects defined in native structure with the specified ID.
Namespace:
Dundas.BI.Entities.DateMappings
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IEnumerable<DateMapping> GetDateMappings(
Guid parentOlapNativeStructureId
)
Function GetDateMappings (
parentOlapNativeStructureId As Guid
) As IEnumerable(Of DateMapping)
IEnumerable<DateMapping^>^ GetDateMappings(
Guid parentOlapNativeStructureId
)
abstract GetDateMappings :
parentOlapNativeStructureId : Guid -> IEnumerable<DateMapping>
Parameters
- parentOlapNativeStructureId
- Type: SystemGuid
The parent OLAP native structure ID.
Return Value
Type:
IEnumerableDateMappingA collection of
DateMapping objects.
Exceptions Exception | Condition |
---|
ArgumentException | Thrown when parentOlapNativeStructureId is invalid. |
See Also