IDateMappingServiceGenerateDateMapping(Guid, IOlapCube, String, IListString) 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,
IList<string> excludedSets
)
Function GenerateDateMapping (
timeProviderId As Guid,
cube As IOlapCube,
hierarchyUniqueName As String,
excludedSets As IList(Of String)
) As DateMapping
DateMapping^ GenerateDateMapping(
Guid timeProviderId,
IOlapCube^ cube,
String^ hierarchyUniqueName,
IList<String^>^ excludedSets
)
abstract GenerateDateMapping :
timeProviderId : Guid *
cube : IOlapCube *
hierarchyUniqueName : string *
excludedSets : IList<string> -> DateMapping Parameters
- timeProviderId Guid
- The time provider ID.
- cube IOlapCube
- The cube.
- hierarchyUniqueName String
- The hierarchy unique name.
- excludedSets IListString
- The excluded sets.
Return Value
DateMapping
A reference to
DateMapping object.
Exceptions
See Also