ESS_PARTHDR_T

Specifies an Essbase database and application.

typedef struct ESS_PARTHDR_T 
{
  ESS_SVRNAME_T         zServer;
  ESS_APPNAME_T         zApplication;
  ESS_DBNAME_T          zDatabase;
  ESS_USERNAME_T        zUser;
  ESS_TIME_T            tTime;
} ESS_PARTHDR_T, *ESS_PPARTHDR_T, *ESS_PPPARTHDR_T;
Data TypeFieldDescription
ESS_SVRNAME_TzServerThe server name.
ESS_APPNAME_TzApplicationThe application name.
ESS_DBNAME_TzDatabaseThe database name.
ESS_USERNAME_TzUserThe user name.
ESS_TIME_TtTimeLast restructure affecting this partition.