IDateMappingServiceGetDateMappings Method |
Gets the collection of
DateMapping objects defined in native structure with the specified ID.
Namespace: Dundas.BI.Entities.DateMappingsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxIEnumerable<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 Guid
- The parent OLAP native structure ID.
Return Value
IEnumerableDateMappingA collection of
DateMapping objects.
Exceptions| Exception | Condition |
|---|
| ArgumentException | Thrown when parentOlapNativeStructureId is invalid. |
See Also