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