IDateMappingService.GenerateDateMapping Method (Guid, IOlapCube, String, IList<String>, DateTime) |
Namespace:
Dundas.BI.Entities.DateMappings
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxDateMapping GenerateDateMapping(
Guid timeProviderId,
IOlapCube cube,
string hierarchyUniqueName,
IList<string> excludedSets,
DateTime startDate
)
Function GenerateDateMapping (
timeProviderId As Guid,
cube As IOlapCube,
hierarchyUniqueName As String,
excludedSets As IList(Of String),
startDate As DateTime
) As DateMapping
DateMapping^ GenerateDateMapping(
Guid timeProviderId,
IOlapCube^ cube,
String^ hierarchyUniqueName,
IList<String^>^ excludedSets,
DateTime startDate
)
abstract GenerateDateMapping :
timeProviderId : Guid *
cube : IOlapCube *
hierarchyUniqueName : string *
excludedSets : IList<string> *
startDate : DateTime -> DateMapping
Parameters
- timeProviderId
- Type: System.Guid
The time provider ID. - cube
- Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The cube. - hierarchyUniqueName
- Type: System.String
The hierarchy unique name. - excludedSets
- Type: System.Collections.Generic.IList<String>
The excluded sets. - startDate
- Type: System.DateTime
The start date.
Return Value
Type:
DateMapping
A reference to
DateMapping object.
Exceptions
See Also