CBSRequestMessage 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 | |
---|---|---|
![]() |
CBSRequestMessage | Creates an instance of the CBSRequestMessage class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ASDatabaseDescription | Gets or sets a string that contains extra information about the cube database. |
![]() |
ASDBName | Gets or sets the name of the Microsoft SQL Server Analysis Services database that handles the building of a cube. |
![]() |
ASExtraNetAddress | Gets or sets 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. |
![]() |
ASServerName | Gets or sets the the name of the server on which Microsoft SQL Server Analysis Services is running. |
![]() |
bHighPriority | Gets or sets a Boolean value that indicates whether the cube build is high priority. |
![]() |
cbsSettingUid | Gets or sets the GUID of the OLAP cube database. |
![]() |
dtFromDate | Gets or sets the fixed start date in the range of data that is included in the building of an OLAP cube database. |
![]() |
dtToDate | Gets or sets the fixed end date in the range of data that is included in the building of an OLAP cube database. |
![]() |
iNextNum | Gets or sets 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. |
![]() |
iNextUnit | Gets or sets the type of time unit that is used in the calculation of the end date for a cube build date range. |
![]() |
iPastNum | Gets or sets 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. |
![]() |
iPastUnit | Gets or sets the type of time unit that is used in the calculation of the end date for a cube build date range. |
![]() |
iRangeChoice | Gets or sets an integer that indicates the type of database date range to use in the cube build process. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Gets a string that contains all the CBSRequestMessage properties and their values. (Overrides Object.ToString().) |
![]() |
ValidateRequest | Verifies that the date range for a cube database is valid. |
Top