Condividi tramite


Process (MDStore Interface)

[!NOTA]

  Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.

The Process method of the MDStore interface creates and populates an MDStore object on the Analysis server.

Applies To:clsCube, clsDatabase, clsPartition

Sintassi

object.Process([ByVal Options As ProcessTypes])

Parametri

  • object
    The MDStore object to process.

  • Options
    An optional parameter specifying one of the values enumerated by the ProcessTypes enumeration. For more information, see ProcessTypes.

Osservazioni

Databases, cubes, and partitions can be processed. Processing each of these objects means that all subordinate objects are processed. For example, invoking the Process method for a database processes all of the associated dimensions, cubes, and data mining models. For more information about processing and the differences between processing and updating, see Maintaining OLAP Data, Cube Processing, and Dimension Processing.

Processing an MDStore object causes the Analysis server to read source data, perform calculations, and store aggregated data. For example, processing an object of ClassType clsCube causes the server to read all source data corresponding to the definition of the cube and to create the resulting multidimensional cube of data. If you use the Process method on a Database object, all cubes, dimensions, and mining models in the database are processed. Processing a cube automatically causes the processing of all subordinate partitions. In addition, any of the cube's dimensions whose State property is not set to olapStateCurrent will also be processed, including shared dimensions.

Processing a cube whose SubClassType is sbclsVirtual causes cubes used by the virtual cube to be processed only if their State property is not set to olapStateCurrent.