Update (MDStore Interface)
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
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
Syntax
object.Update
Parameter
- object
The MDStore object to be updated.
Hinweise
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**.**
Siehe auch
Verweis
IsTemporary (MDStore Interface)
LockObject (MDStore Interface)
MDStore Interface