共用方式為


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.