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
Public property AS_DATABASE_STATUS Gets the status of the Analysis Services database.
Public property CREATED_DATE Specifies the date when the CubeSettingsRow was created.
Public property HasErrors (Inherited from DataRow.)
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property MOD_DATE Specifies the date when the CubeSettingsRow was last modified
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property Table (Inherited from DataRow.)
Public property WADMIN_AS_DATABASE_UID Gets or sets the GUID of the Analysis Services database.
Public property 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.
Public property WADMIN_CUBE_BUILD This member is reserved for internal use and is not intended to be used directly from your code.
Public property WADMIN_CUBE_DATE_RANGE Gets or sets the date range that is to be used when building an OLAP cube.
Public property WADMIN_CUBE_DATE_RANGE_FROM Gets or sets the start date that is to be used when building an OLAP cube.
Public property 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.
Public property WADMIN_CUBE_DATE_RANGE_NEXT_UNIT Gets or sets the timescale for a rolling date range when building an OLAP cube.
Public property 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.
Public property WADMIN_CUBE_DATE_RANGE_PAST_UNIT Gets or sets the timescale for a rolling date range when building an OLAP cube.
Public property WADMIN_CUBE_DATE_RANGE_TO Gets or sets the end date that is to be used use when building an OLAP cube.
Public property WADMIN_CUBE_DESCRIPTION Gets or sets the description of the cube.
Public property WADMIN_CUBE_EXTRANET_OLAP_SERVER Gets or sets the name of the extranet OLAP server.
Public property WADMIN_CUBE_LOG_STATUS Gets the status of the log timestamp.
Public property WADMIN_CUBE_LOG_STATUS_TEXT Gets the text of the error message.
Public property WADMIN_CUBE_LOG_STATUS_TIMESTAMP Gets the most recent date and time when the Admin cube log was accessed.
Public property WADMIN_CUBE_NAME Gets or sets the name of the cube.
Public property WADMIN_CUBE_OLAP_SERVER Gets or sets the name of the OLAP server.
Public property WADMIN_IS_DATABASE_DEFAULT Gets or sets the Boolean value that specifies whether the database is the default database.
Public property WADMIN_IS_DATABASE_ENABLED Gets or sets the Boolean value that specifies whether the database is enabled.
Public property WADMIN_IS_INACTIVETASKS_ENABLED Gets or sets the Boolean value that specifies whether inactive tasks are enabled.
Public property WADMIN_RES_DATE_RANGE Gets or sets the date range to use for resource availability when building a Resource cube.
Public property WADMIN_RES_DATE_RANGE_FROM Gets or sets the start date to use when building a resource cube.
Public property 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.
Public property WADMIN_RES_DATE_RANGE_NEXT_UNIT Gets or sets the timescale for a rolling date range when building a Resource cube.
Public property 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.
Public property WADMIN_RES_DATE_RANGE_PAST_UNIT Gets or sets the timescale for a rolling date range when building a Resource cube.
Public property WADMIN_RES_DATE_RANGE_TO Gets or sets the end date that is to be used use when building a Resource cube.
Public property WADMIN_UPDATE_CUBE Gets or sets the value that specifies whether an OLAP cube is being built.
Public property 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.
Public property WADMIN_UPDATE_FREQ_START_DATE Gets the day of the week when WADMIN_UPDATE_FREQ_UNIT begins.
Public property WADMIN_UPDATE_FREQ_START_TIME Gets the time of day when WADMIN_UPDATE_FREQ_UNIT begins.
Public property WADMIN_UPDATE_FREQ_UNIT Gets or sets the timescale for the units that are used when automatically updating an Assignment cube or Resource cube.
Public property WADMIN_UPDATE_RECUR Indicates whether updates occur every x number of days, weeks, or months (default), or only when specified.
Public property WADMIN_UPDATE_RES Gets or sets the value that specifies whether a Resource cube is being built.

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsMOD_DATENull Determines whether the MOD_DATE property is set to a null value.
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsWADMIN_CUBE_DESCRIPTIONNull Determines whether the WADMIN_CUBE_DESCRIPTION property is set to a null value.
Public method IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull Determines whether the WADMIN_CUBE_EXTRANET_OLAP_SERVER property is set to a null value.
Public method IsWADMIN_CUBE_LOG_STATUS_TEXTNull Determines whether the WADMIN_CUBE_LOG_STATUS_TEXT property is set to a null value.
Public method IsWADMIN_CUBE_LOG_STATUS_TIMESTAMPNull Determines whether the WADMIN_CUBE_LOG_STATUS_TIMESTAMP property is set to a null value.
Public method IsWADMIN_CUBE_LOG_STATUSNull Determines whether the WADMIN_CUBE_LOG_STATUS property is set to a null value.
Public method IsWADMIN_IS_DATABASE_DEFAULTNull Determines whether the WADMIN_IS_DATABASE_DEFAULT property is set to a null value.
Public method IsWADMIN_IS_DATABASE_ENABLEDNull Determines whether the WADMIN_IS_DATABASE_ENABLED property is set to a null value.
Public method IsWADMIN_IS_INACTIVETASKS_ENABLEDNull Determines whether the WADMIN_IS_INACTIVETASKS_ENABLED property is set to a null value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetMOD_DATENull Sets the MOD_DATE property to a null value.
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetWADMIN_CUBE_DESCRIPTIONNull Sets the WADMIN_CUBE_DESCRIPTION property to a null value.
Public method SetWADMIN_CUBE_EXTRANET_OLAP_SERVERNull Sets the WADMIN_CUBE_EXTRANET_OLAP_SERVER property to a null value.
Public method SetWADMIN_CUBE_LOG_STATUS_TEXTNull Sets the WADMIN_CUBE_LOG_STATUS_TEXT property to a null value.
Public method SetWADMIN_CUBE_LOG_STATUS_TIMESTAMPNull Sets the WADMIN_CUBE_LOG_STATUS_TIMESTAMP property to a null value.
Public method SetWADMIN_CUBE_LOG_STATUSNull Sets the WADMIN_CUBE_LOG_STATUS property to a null value.
Public method SetWADMIN_IS_DATABASE_DEFAULTNull Sets the WADMIN_IS_DATABASE_DEFAULT property to a null value.
Public method SetWADMIN_IS_DATABASE_ENABLEDNull Sets the WADMIN_IS_DATABASE_ENABLED property to a null value.
Public method SetWADMIN_IS_INACTIVETASKS_ENABLEDNull Sets the WADMIN_IS_INACTIVETASKS_ENABLED property to a null value.
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method GetValue<T> Reserved for internal use. (Defined by PSUtility.)

Top

See Also

Reference

CubeSettingsDataSet.CubeSettingsRow Class

CubeAdmin Web Service