次の方法で共有


Parent (MDStore Interface)

ms132787.note(ja-jp,SQL.90).gifメモ :
  この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。

The Parent property of the MDStore interface contains a reference to the parent of the MDStore object.

Applies To:clsAggregation, clsCube, clsDatabase, clsPartition

Data Type

Object

The ClassType value of the returned object depends on the value of the ClassType property of the object.

Class type Returned object class type

clsDatabase

clsServer

clsCube

clsDatabase

clsPartition

clsCube

clsAggregation

clsPartition

Access

Read-only

解説

The return type of the Parent property depends on the ClassType property of the object itself. For example, an object of ClassType clsDatabase has an MDStores collection that contains objects of ClassType clsCube. The object of ClassType clsDatabase is the parent of the clsCube objects.

参照

関連項目

MDStore Interface

ヘルプおよび情報

SQL Server 2005 の参考資料の入手