IDateMappingGetNextMember Method  | 
 
            Gets the next member.
            
 
    Namespace: 
   Dundas.BI.Entities.DateMappings
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxstring GetNextMember(
	IOlapCube cube,
	DateTime? memberTime,
	string levelUniqueName
)
Function GetNextMember ( 
	cube As IOlapCube,
	memberTime As DateTime?,
	levelUniqueName As String
) As String
String^ GetNextMember(
	IOlapCube^ cube, 
	Nullable<DateTime> memberTime, 
	String^ levelUniqueName
)
abstract GetNextMember : 
        cube : IOlapCube * 
        memberTime : Nullable<DateTime> * 
        levelUniqueName : string -> string 
Parameters
- cube
 - Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube or cube perspective. - memberTime
 - Type: SystemNullableDateTime
The member time. - levelUniqueName
 - Type: SystemString
The level unique name. 
Return Value
Type: 
StringNext member unique name.
See Also