CubeAdminPostCubeProcessEventArgs Constructor
Creates an instance of the CubeAdminPostCubeProcessEventArgs class; used internally.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Sub New ( _
asServerName As String, _
asDbName As String, _
requestUID As Guid _
)
'Usage
Dim asServerName As String
Dim asDbName As String
Dim requestUID As Guid
Dim instance As New CubeAdminPostCubeProcessEventArgs(asServerName, _
asDbName, requestUID)
public CubeAdminPostCubeProcessEventArgs(
string asServerName,
string asDbName,
Guid requestUID
)
Parameters
- asServerName
Type: System.String
The name of the server that hosts the OLAP database.
- asDbName
Type: System.String
The name of the OLAP database.
- requestUID
Type: System.Guid
The GUID of a request for data or metadata from the OLAP database.
See Also
Reference
CubeAdminPostCubeProcessEventArgs Class