Share via


ReqDemPlanSSASHelper Class [AX 2012]

The ReqDemPlanSSASHelper class provides functionality that helps with interactions with Microsoft SQL Server Analysis Services.

Syntax

class ReqDemPlanSSASHelper

Run On

Server

Methods

  Method Description
Dn651018.pubmethod(en-us,AX.60).gif adoMDClient Obtains a ReqADOMDClient instance.
Dn651018.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif checkSupportsMinigModelAdvancedParam Verifies whether the given Analysis Services edition supports advanced mining model parameters.
Dn651018.pubmethod(en-us,AX.60).gif checkSupportsMiningModelFiltering Verifies whether the given Analysis Services edition supports mining model filering.
Dn651018.pubmethod(en-us,AX.60).gif deployBIDSProject Deploys a project to the Analysis Services server.
Dn651018.pubmethod(en-us,AX.60).gif disableWriteback Clears the writeback partition.
Dn651018.protmethod(en-us,AX.60).gif disposeBiDatabaseManager Disposes the biDatabaseManager instance.
Dn651018.pubmethod(en-us,AX.60).gif enableWriteback Creates the writeback partition for the DemandPlanning cube.
Dn651018.privmethod(en-us,AX.60).gif ensureEditionDetected Detects the edition of the Analysis Services if it has not already been detected.
Dn651018.pubmethod(en-us,AX.60).gif enumerableToString Converts to string the elements of an enumerable, and collects them into a single string, one per line.
Dn651018.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif executeReader Executes the MDX query and provides the data reader to get the results.
Dn651018.pubmethod(en-us,AX.60).gif finalize Disposes the current instance and associated resources.
Dn651018.pubmethod(en-us,AX.60).gif getCubeName Gets the name of the cube that has a given ID.
Dn651018.privmethod(en-us,AX.60).gif getDatabaseID Returns the identifier of a given database name.
Dn651018.pubmethod(en-us,AX.60).gif getDataMiningHelper Creates an instance of the DataMiningManager class for the specified Analysis Services database name.
Dn651018.pubmethod(en-us,AX.60).gif getDefaultDataSourceViewId Gets the ID of the first data source view in the given Analysis Services database.
Dn651018.pubmethod(en-us,AX.60).gif getEditionId Retrieves the ID of the Analysis Services edition.
Dn651018.pubmethod(en-us,AX.60).gif getEditionName Retrieves the name of the Analysis Services edition.
Dn651018.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn651018.protmethod(en-us,AX.60).gif initBiDatabaseManager Initializes the biDatabaseManager instance.
Dn651018.protmethod(en-us,AX.60).gif initDatabaseManager Initializes the related instance of the Microsoft.Dynamics.AX.Framework.Analytics.DatabaseManager class.
Dn651018.pubmethod(en-us,AX.60).gif isCubeDimensionVisible Determines if a particular dimension is visible within an OLAP cube.
Dn651018.pubmethod(en-us,AX.60).gif new Initializes a new instance of the ReqDemPlanSSASHelper class.
Dn651018.pubmethod(en-us,AX.60).gif normalizeQtyMinMaxDBValue Normalizes given value to be within the user defined boundaries.
Dn651018.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn651018.privmethod(en-us,AX.60).gif parmAdoMDClient Gets or sets the AdoMDClient parameter.
Dn651018.privmethod(en-us,AX.60).gif parmConnectionString Gets or sets the ConnectionString parameter.
Dn651018.privmethod(en-us,AX.60).gif partitionXMLAHeader Returns an XMLA header that can be used for partition-related XMLA commands.
Dn651018.pubmethod(en-us,AX.60).gif processCube Processes the Demand planning cube.
Dn651018.privmethod(en-us,AX.60).gif real2doubleCached Converts a value of real type into a System.Double type specified in _value parameter. Caches converted results.
Dn651018.pubmethod(en-us,AX.60).gif setCubeDimensionVisibility Sets the visibility flag of a cube dimensions.
Dn651018.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn651018.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn651018.privmethod(en-us,AX.60).gif writebackEnabledMeasureGroupId Obtains the writeback-enabled measure group database identifier.
Dn651018.privmethod(en-us,AX.60).gif writebackPartitionId Obtains the writeback-enabled partition identifier.
Dn651018.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn651018.privmethod(en-us,AX.60).gif Dn651018.static(en-us,AX.60).gif ::calculateServerEditionHigherThanStandard Calculates whether the edition of the SSAS Server is higher than standard.
Dn651018.pubmethod(en-us,AX.60).gif Dn651018.static(en-us,AX.60).gif ::construct Initializes a new instance of the ReqDemPlanSSASHelper class.
Dn651018.pubmethod(en-us,AX.60).gif Dn651018.static(en-us,AX.60).gif ::getMinMaxDBValueDecimal Gets the maximum allowed value (quantity) in the database.
Dn651018.pubmethod(en-us,AX.60).gif Dn651018.static(en-us,AX.60).gif ::getMinMaxDBValueReal Gets the maximum allowed value (quantity) in the database.
Dn651018.pubmethod(en-us,AX.60).gif Dn651018.static(en-us,AX.60).gif ::isServerEditionHigherThanStandard Gets whether the edition of the SSAS server is higher than standard.
Dn651018.pubmethod(en-us,AX.60).gif Dn651018.static(en-us,AX.60).gif ::isSSASDatabaseSet Check whether the Analysis Services database is set up.
Dn651018.pubmethod(en-us,AX.60).gif Dn651018.static(en-us,AX.60).gif ::newStandard Creates and initializes a new instance of the ReqDemPlanSSASHelper class.
Dn651018.pubmethod(en-us,AX.60).gif Dn651018.static(en-us,AX.60).gif ::validateMinMaxField Validates that the user entered min/max value is of correct type and format.

Top

Inheritance Hierarchy

Object Class
  ReqDemPlanSSASHelper Class