IDateMappingGetMemberByDate Method |
Namespace: Dundas.BI.Entities.DateMappingsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxOlapMember GetMemberByDate(
IOlapCube cube,
DateTime targetDate,
string targetLevelUniqueName,
bool fuzzyResult
)
Function GetMemberByDate (
cube As IOlapCube,
targetDate As DateTime,
targetLevelUniqueName As String,
fuzzyResult As Boolean
) As OlapMember
OlapMember^ GetMemberByDate(
IOlapCube^ cube,
DateTime targetDate,
String^ targetLevelUniqueName,
bool fuzzyResult
)
abstract GetMemberByDate :
cube : IOlapCube *
targetDate : DateTime *
targetLevelUniqueName : string *
fuzzyResult : bool -> OlapMember Parameters
- cube IOlapCube
- The cube or cube perspective.
- targetDate DateTime
- The target date.
- targetLevelUniqueName String
- The target level unique name.
- fuzzyResult Boolean
- If set to , if there's no exact match, return a member closest to the specified date.
Return Value
OlapMember
A reference to
MemberValue object.
Exceptions
See Also