Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the OLAP database.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property DbName As String
Get
'Usage
Dim instance As CubeAdminPreCubeBuildEventArgs
Dim value As String
value = instance.DbName
public string DbName { get; }
Property Value
Type: System.String
See Also
Reference
CubeAdminPreCubeBuildEventArgs Class