Condividi tramite


Update (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 Update method of the MDStore interface updates the definition of an MDStore object in the metadata repository. Changes made to the values of an object's properties are not saved to the repository until the object's Update method is executed.

Applies To:clsCube, clsDatabase, clsPartition

Sintassi

object.Update    

Parametri

  • object
    The MDStore object to be updated.

Osservazioni

The Update method has no effect on an object whose IsTemporary property is set to True, which means these objects are not stored in the repository.