Update (MDStore Interface)
Notes
Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.
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
Syntaxe
object.Update
Paramètres
- object
The MDStore object to be updated.
Notes
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.
Voir aussi