DateMappingGetDateByUniqueName Method |
Gets the date by the member unique name.
Namespace:
Dundas.BI.Entities.DateMappings
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public DateTime? GetDateByUniqueName(
IOlapCube cube,
string memberUniqueName
)
Public Function GetDateByUniqueName (
cube As IOlapCube,
memberUniqueName As String
) As DateTime?
public:
virtual Nullable<DateTime> GetDateByUniqueName(
IOlapCube^ cube,
String^ memberUniqueName
) sealed
abstract GetDateByUniqueName :
cube : IOlapCube *
memberUniqueName : string -> Nullable<DateTime>
override GetDateByUniqueName :
cube : IOlapCube *
memberUniqueName : string -> Nullable<DateTime>
Parameters
- cube
- Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube or cube perspective. - memberUniqueName
- Type: SystemString
The member unique name.
Return Value
Type:
NullableDateTimeThe member date or
if the member was not found.
Implements
IDateMappingGetDateByUniqueName(IOlapCube, String)See Also