次の方法で共有


clsCollection

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

A Decision Support Objects (DSO) collection is an object similar to a standard Microsoft® Visual Basic® Collection object. Unlike typical Visual Basic collections, however, DSO collections can contain only objects of the same type, determined by the ClassType property of the contained DSO objects. For example, the Dimensions collection can contain only objects of the object classes that apply to dimensions, such as clsDatabaseDimension, clsCubeDimension, clsPartitionDimension, and clsAggregationDimension. Collections are provided with methods and properties through their default interface, the OlapCollection interface, for interacting with them.

解説

The ContainedClassType property of the clsCollection object can be used to determine the objects allowed in a collection.

参照

関連項目

ClassType (clsCollection)
ContainedClassType (clsCollection)

その他の技術情報

Collections

ヘルプおよび情報

SQL Server 2005 の参考資料の入手