BIGenerator::getDefaultAnalysisServicesDatabaseName Method [AX 2012]

Gets the name of the Analysis Services database that is the default for the specified server.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static Name getDefaultAnalysisServicesDatabaseName([BIServerName serverInstanceName, Partition partition])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static Name getDefaultAnalysisServicesDatabaseName([BIServerName serverInstanceName, Partition partition])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client public static Name getDefaultAnalysisServicesDatabaseName([BIServerName serverInstanceName])

  Microsoft Dynamics AX 2012 (FPK)
          client public static Name getDefaultAnalysisServicesDatabaseName([BIServerName serverInstanceName])

  Microsoft Dynamics AX 2012 (SYS)
          client public static Name getDefaultAnalysisServicesDatabaseName([BIServerName serverInstanceName])

Run On

Called

Parameters

Return Value

Type: Name Extended Data Type
The name of the default database.

See Also

Reference

BIGenerator Class