CBSRequestMessage Members

Include Protected Members
Include Inherited Members

Creates an object that contains input parameters for a Cube Building Service (CBS) request message that is going into the Project Server queue system.

The CBSRequestMessage type exposes the following members.

Constructors

  Name Description
Public method CBSRequestMessage Creates an instance of the CBSRequestMessage class.

Top

Properties

  Name Description
Public property ASDatabaseDescription Gets a string that contains extra information about the cube database.
Public property ASDBName Gets the name of the Microsoft SQL Server Analysis Services database that handles the building of a cube.
Public property ASExtraNetAddress Gets the URL of the server running Microsoft SQL Server Analysis Services for users who access the OLAP cube and Portfolio Analysis views from outside the intranet.
Public property ASServerName Gets the the name of the server on which Microsoft SQL Server Analysis Services is running.
Public property bHighPriority Gets a Boolean value that indicates whether the cube build is high priority.
Public property cbsSettingUid The GUID of the OLAP cube database.
Public property dtFromDate Gets the fixed start date in the range of data that is included in the building of an OLAP cube database.
Public property dtToDate Gets the fixed end date in the range of data that is included in building of an OLAP cube database.
Public property iNextNum Gets the specified number of time units that occur after the build date of an OLAP cube and that are used in the calculation of a rolling end date for a cube data range.
Public property iNextUnit Gets the type of time unit that is used in the calculation of the end date for a cube build date range.
Public property iPastNum Gets the specified number of time units that occur prior to the build date of an OLAP cube and that are used in the calculation of a rolling start date for a cube data range.
Public property iPastUnit Gets the type of time unit that is used in the calculation of the end date for a cube build date range.
Public property iRangeChoice Gets an integer that indicates the type of database date range to use in the cube build process.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Gets a string that contains all the CBSRequestMessage properties and their values. (Overrides Object.ToString().)
Public method ValidateRequest Verifies that the date range for a cube database is valid.

Top

See Also

Reference

CBSRequestMessage Class

Microsoft.Office.Project.Server.Library Namespace