Share via


CubeAdminPostCubeBuildEventArgs Constructor

Creates an instance of the CubeAdminPostCubeBuildEventArgs 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 CubeAdminPostCubeBuildEventArgs(asServerName, _
    asDbName, requestUID)
public CubeAdminPostCubeBuildEventArgs(
    string asServerName,
    string asDbName,
    Guid requestUID
)

Parameters

  • asServerName
    Type: System.String
    The name of the server that hosts the OLAP database.
  • requestUID
    Type: System.Guid
    The GUID of a request for data or metadata from the OLAP database.

See Also

Reference

CubeAdminPostCubeBuildEventArgs Class

CubeAdminPostCubeBuildEventArgs Members

Microsoft.Office.Project.Server.Events Namespace