다음을 통해 공유


Server (Decision Support Objects)

[!참고]

  이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오.

The Server object in the Decision Support Objects (DSO) hierarchy represents the root object in the model tree and handles the functionality related to the Analysis server. The Server object uses the Server interface, with a ClassType property of clsServer.

The Server object is used to:

  • Connect to and disconnect from an Analysis server.

  • Start, pause, and stop the Analysis server service (MSSQLServerOLAPService) provider.

  • Provide detailed information, such as the version and edition, of an Analysis server.

  • Create other Microsoft® SQL Server™ 2005 Analysis Services objects, such as databases, data sources, commands, dimensions, cubes, data mining models, and roles.

  • Manage object locking in Analysis Services, controlling read/write access in a multiple user situation.

  • Provide access to DSO Database objects using the MDStores collection.