ClassTypes
[!참고]
이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.
Enumerates values for the ClassType property used by objects in Decision Support Objects (DSO).
Constant |
Description |
---|---|
Provides a specific implementation of the MDStore interface. Each instance is used to maintain a unique aggregation data store. |
|
Provides a specific implementation of the Dimension interface. Each instance reviews the dimension collection of objects contained within an aggregation object. |
|
Provides a specific implementation of the Level interface. Each instance is used to maintain the level objects within an aggregation dimension object. |
|
Provides a specific implementation of the Measure interface. Each instance is used to maintain the measure objects contained within an aggregation object. |
|
Similar to a standard Microsoft®Visual Basic® collection; however, objects of ClassType clsCollection can contain only objects of the same type. |
|
Objects of ClassType clsColumn are used to represent the structure of clsMiningModel objects. |
|
Provides a specific implementation of the MDStore interface. Objects of ClassType clsCube provide the primary logical unit for representing collections of multidimensional data. |
|
An object that contains a single method used to extract information from the query log. The query log stores the descriptions of queries executed on the Analysis server. |
|
Provides a specific implementation of the Command interface. Each instance encapsulates a user-defined command that is automatically executed at the client when the cube containing the command is accessed. |
|
Provides a specific implementation of the Dimension interface. Cube dimensions are associated with the dimensions (shared and private) of a database. |
|
Provides a specific implementation of the Level interface. Levels define the granularity of their parent dimension. |
|
fact table. |
|
Provides a specific implementation of the Role interface. Objects of ClassType clsCubeRole are used to manage the permissions a set of users has when accessing a cube. |
|
Provides a specific implementation of the MDStore interface. Databases contain cubes, which in turn contain partitions, which may in turn contain dimensions, levels, measures, and aggregations. A database may also contain virtual cubes. |
|
Provides a specific implementation of the Command interface. Each instance encapsulates a user-defined command that is automatically executed at the client when the cube containing the command is accessed. |
|
Provides a specific implementation of the Dimension interface. Database dimensions can be shared or private. A shared database dimension can be associated with any number of cubes; however, a private dimension can be associated with only one cube. |
|
Provides a specific implementation of the Level interface. Levels define the granularity of their parent dimension. When you add a dimension to a cube, it inherits whatever levels are defined for the database dimension. |
|
Provides a specific implementation of the Role interface. Objects of ClassType clsDatabaseRole are used to manage the set of users who can access the database. |
|
Objects of ClassType clsDataSource are used to specify an external database that will be used as a source of data for Microsoft® SQL Server™ 2005 Analysis Services databases, cubes, and partitions. |
|
Provides the ability to assign properties to level members. |
|
Provides methods and properties that enable you to create and control data mining objects on the Analysis server. |
|
Provides a specific implementation of the Role interface. Objects of ClassType clsMiningModelRole are used to manage the set of users who can access the data mining model. |
|
Provides a specific implementation of the MDStore interface. Partitions are common to large data warehouses where massive amounts of data must be managed efficiently. Partitions enable you to segment your data in various storage modes and on various servers. |
|
Encapsulates an algorithm for automatically designing a set of aggregations in a partition. Aggregations are precalculated data for a cube. Aggregations support rapid and efficient querying of an Analysis database. |
|
Provides a specific implementation of the Dimension interface. Each instance is used to maintain the dimension objects contained within a partition. |
|
Provides a specific implementation of the Level interface. Each instance is used to maintain the level objects that are contained within a partition dimension object. |
|
Provides a specific implementation of the Measure interface. Each instance is used to maintain the measure objects that are contained within a partition object. |
|
Provides a specific implementation of the Command interface. Each instance encapsulates a user-defined command that is automatically executed at the client when the cube containing the command is accessed. |
|
Provides methods and properties that enable you to control the Analysis server. The object is the root of the DSO object model tree. |