Update (MDStore Interface)
Примечание. |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
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
Синтаксис
object.Update
Параметры
- object
The MDStore object to be updated.
Замечания
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**.**
См. также
Справочник
IsTemporary (MDStore Interface)
LockObject (MDStore Interface)
MDStore Interface