次の方法で共有


Command (Decision Support Objects)

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

The Command object in Decision Support Objects (DSO) provides access to commands associated with databases, cubes, and roles in Microsoft® SQL Server™ 2000 Analysis Services. The DSO Database, Cube, and Role objects support the Commands collection for access to associated commands.

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

Command type Command object Command class type

Database command

DbCommand

clsDatabaseCommand

Cube command

CubeCommand

clsCubeCommand

Role command

RoleCommand

clsRoleCommand

The Command object is used to:

  • Provide access to the properties, such as the statement and ordinal position, of a command associated with a database, cube, or role.
  • Manage locks for a command associated with a database, cube, or role.

参照

関連項目

clsDatabaseCommand
clsCubeCommand
clsRoleCommand
Cube (Decision Support Objects)
Database (Decision Support Objects)

概念

Role (Decision Support Objects)

その他の技術情報

コマンド

ヘルプおよび情報

SQL Server 2005 の参考資料の入手