IDateMappingServiceGenerateDateMapping(Guid, IOlapCube, String, DateTime) Method |
Namespace: Dundas.BI.Entities.DateMappingsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxDateMapping GenerateDateMapping(
Guid timeProviderId,
IOlapCube cube,
string hierarchyUniqueName,
DateTime startDate
)
Function GenerateDateMapping (
timeProviderId As Guid,
cube As IOlapCube,
hierarchyUniqueName As String,
startDate As DateTime
) As DateMapping
DateMapping^ GenerateDateMapping(
Guid timeProviderId,
IOlapCube^ cube,
String^ hierarchyUniqueName,
DateTime startDate
)
abstract GenerateDateMapping :
timeProviderId : Guid *
cube : IOlapCube *
hierarchyUniqueName : string *
startDate : DateTime -> DateMapping Parameters
- timeProviderId Guid
- The time provider ID.
- cube IOlapCube
- The cube.
- hierarchyUniqueName String
- The hierarchy unique name.
- startDate DateTime
- The start date.
Return Value
DateMapping
A reference to
DateMapping object.
Exceptions
See Also