次の方法で共有


Update (MDStore Interface)

ms133903.note(ja-jp,SQL.90).gifメモ :
  この機能は、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

ヘルプおよび情報

SQL Server 2005 の参考資料の入手