CubeSettingsDataSet.CubeSettingsRow Members
Include Protected Members
Include Inherited Members
Contains a row of OLAP cube settings information.
The CubeSettingsDataSet.CubeSettingsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
AS_DATABASE_STATUS | Gets the status of the Analysis Services database. | |
CREATED_DATE | Specifies the date when the CubeSettingsRow was created. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
MOD_DATE | Specifies the date when the CubeSettingsRow was last modified | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WADMIN_AS_DATABASE_UID | Gets or sets the GUID of the Analysis Services database. | |
WADMIN_AUTO_LAST_RUN | Gets the date and time when the Assignment cube or the Resource cube was last created automatically by the cube-generation process built into Project Server and Project Web App. | |
WADMIN_CUBE_BUILD | This member is reserved for internal use and is not intended to be used directly from your code. | |
WADMIN_CUBE_DATE_RANGE | Gets or sets the date range that is to be used when building an OLAP cube. | |
WADMIN_CUBE_DATE_RANGE_FROM | Gets or sets the start date that is to be used when building an OLAP cube. | |
WADMIN_CUBE_DATE_RANGE_NEXT_NUM | Gets or sets the value that specifies the number of units (days, weeks, or months) that is to be used after the current date, when building an OLAP cube. | |
WADMIN_CUBE_DATE_RANGE_NEXT_UNIT | Gets or sets the timescale for a rolling date range when building an OLAP cube. | |
WADMIN_CUBE_DATE_RANGE_PAST_NUM | Gets or sets the value that specifies the number of units (days, weeks, or months) that is to be used before the current date, when building an OLAP cube. | |
WADMIN_CUBE_DATE_RANGE_PAST_UNIT | Gets or sets the timescale for a rolling date range when building an OLAP cube. | |
WADMIN_CUBE_DATE_RANGE_TO | Gets or sets the end date that is to be used use when building an OLAP cube. | |
WADMIN_CUBE_DESCRIPTION | Gets or sets the description of the cube. | |
WADMIN_CUBE_EXTRANET_OLAP_SERVER | Gets or sets the name of the extranet OLAP server. | |
WADMIN_CUBE_LOG_STATUS | Gets the status of the log timestamp. | |
WADMIN_CUBE_LOG_STATUS_TEXT | Gets the text of the error message. | |
WADMIN_CUBE_LOG_STATUS_TIMESTAMP | Gets the most recent date and time when the Admin cube log was accessed. | |
WADMIN_CUBE_NAME | Gets or sets the name of the cube. | |
WADMIN_CUBE_OLAP_SERVER | Gets or sets the name of the OLAP server. | |
WADMIN_IS_DATABASE_DEFAULT | Gets or sets the Boolean value that specifies whether the database is the default database. | |
WADMIN_IS_DATABASE_ENABLED | Gets or sets the Boolean value that specifies whether the database is enabled. | |
WADMIN_IS_INACTIVETASKS_ENABLED | Gets or sets the Boolean value that specifies whether inactive tasks are enabled. | |
WADMIN_RES_DATE_RANGE | Gets or sets the date range to use for resource availability when building a Resource cube. | |
WADMIN_RES_DATE_RANGE_FROM | Gets or sets the start date to use when building a resource cube. | |
WADMIN_RES_DATE_RANGE_NEXT_NUM | Gets or sets the value that specifies the number of units (days, weeks, or months) that is to be used after the current date, when building a Resource cube. | |
WADMIN_RES_DATE_RANGE_NEXT_UNIT | Gets or sets the timescale for a rolling date range when building a Resource cube. | |
WADMIN_RES_DATE_RANGE_PAST_NUM | Gets or sets the value that specifies the number of units (days, weeks, or months) that is to be used before the current date, when building a Resource cube. | |
WADMIN_RES_DATE_RANGE_PAST_UNIT | Gets or sets the timescale for a rolling date range when building a Resource cube. | |
WADMIN_RES_DATE_RANGE_TO | Gets or sets the end date that is to be used use when building a Resource cube. | |
WADMIN_UPDATE_CUBE | Gets or sets the value that specifies whether an OLAP cube is being built. | |
WADMIN_UPDATE_FREQ_EVERY | Gets or sets the number of units (days, weeks, or months) that is used when automatically updating an Assignment cube or Resource cube. | |
WADMIN_UPDATE_FREQ_START_DATE | Gets the day of the week when WADMIN_UPDATE_FREQ_UNIT begins. | |
WADMIN_UPDATE_FREQ_START_TIME | Gets the time of day when WADMIN_UPDATE_FREQ_UNIT begins. | |
WADMIN_UPDATE_FREQ_UNIT | Gets or sets the timescale for the units that are used when automatically updating an Assignment cube or Resource cube. | |
WADMIN_UPDATE_RECUR | Indicates whether updates occur every x number of days, weeks, or months (default), or only when specified. | |
WADMIN_UPDATE_RES | Gets or sets the value that specifies whether a Resource cube is being built. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top