CBSRequestMessage class
Creates an object that contains input parameters for a Cube Building Service (CBS) request message that is going into the Project Server queue system.
Inheritance hierarchy
System.Object
Microsoft.Office.Project.Server.Library.CBSRequestMessage
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Class CBSRequestMessage
'Usage
Dim instance As CBSRequestMessage
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class CBSRequestMessage
Remarks
Examples of input parameters for a CBS request include a date range that identifies the data to be included in the cube build and the names of the Analysis Services server and database that are involved in the build.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.