DBSpecific (Object)

Member of:

OLAPQuerySection object

Description:

Represents database-specific OLAPQuery options. The properties and method in the DBSpecific object vary based on the connection type (Essbase or MS/OLE DB for OLAP).

Example:

This example shows how to have three decimal points returned from the server:

ActiveDocument.Sections["OLAPQuery2"].DBSpecific.DecimalPlaces = 3

Methods:

Essbase only: AliasTable(AliasTableName As String, [optional] PromptOption As Number, [optional] PromptDialog As Boolean)

Properties:

Essbase: Property Decimal Places as Number, Property EnableForHybridAnalysis as Boolean, Property SuppressEmptyRows as Boolean, Property SuppressMissingRows as Boolean, Property SuppressZeroRows as Boolean