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).
This example shows how to have three decimal points returned from the server:
ActiveDocument.Sections["OLAPQuery2"].DBSpecific.DecimalPlaces = 3
Essbase only: AliasTable(AliasTableName As String, [optional] PromptOption As Number, [optional] PromptDialog As Boolean)
Essbase: Property Decimal Places as Number, Property EnableForHybridAnalysis as Boolean, Property SuppressEmptyRows as Boolean, Property SuppressMissingRows as Boolean, Property SuppressZeroRows as Boolean