次の方法で共有


Role (Decision Support Objects)

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

The Role object in Decision Support Objects (DSO) provides access to role-based security for databases, cubes, and data mining models. The DSO Database, Cube, and MiningModel objects all support the Roles collection, making security functions available for each DSO object.

All three types of roles are supported with DSO objects. Each role object detailed in the following table uses the Role interface, with the ClassType property set to the appropriate value for the role type as shown.

Role type Role object Role class type

Database role

DbGroup

clsDatabaseRole

Cube role

CubeGroup

clsCubeRole

Mining model role

MiningModelGroup

clsMiningModelRole

The Role object is used to:

  • Provide access to the list of users for a role associated with a database, cube, or data mining model.
  • Create or modify permissions on a role associated with a database, cube, or data mining model.
  • Provide access to commands for a role associated with a database, cube, or data mining model.

参照

関連項目

clsDatabaseRole
clsCubeRole
clsMiningModelRole
Cube (Decision Support Objects)
Database (Decision Support Objects)

概念

Data Mining Model (Decision Support Objects)
Command (Decision Support Objects)

その他の技術情報

ロール (Analysis Services)

ヘルプおよび情報

SQL Server 2005 の参考資料の入手