Parent (MDStore Interface)
[!REMARQUE]
Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.
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 |
|
clsCube |
|
clsPartition |
|
clsAggregation |
Access
Read-only
Notes
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.