Database (Decision Support Objects)
[!참고]
이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.
The Database object in Decision Support Objects (DSO) represents a database in Microsoft® SQL Server™ 2005 Analysis Services. Database objects are accessed in DSO through the MDStores collection of the DSO Server object. As such, the Database object is supported by the MDStore interface, with the ClassType property set to clsDatabase, and the Database interface.
The Database object is used to:
Create, edit, and delete commands, data sources, cubes, dimensions, data mining models, and roles applicable to a database in Analysis Services.
Manage transactions involving objects that belong to the database, such as cubes, dimensions, and mining models.
Provide access to events, using the Database interface, which is used to supply client applications with progress information on currently executing database tasks.
참고 항목