Properties, clsRoleCommand
メモ : |
---|
この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。 |
An object of ClassType clsRoleCommand implements the following properties of the Command interface.
Property | Description |
---|---|
Returns an enumeration constant that identifies the specific object type |
|
Returns an enumeration constant that identifies the specific command option |
|
Contains the description of the role command |
|
Indicates whether the Name and Statement properties are empty and whether the command object belongs to a collection |
|
Contains the name of the role command |
|
Returns the ordinal position of the command object in Commands collection of the parent role object |
|
Returns a reference to the parent object, using the MDStore interface of the parent object |
|
Returns a reference to the parent object, using the default interface of the parent object |
|
Contains the text of the role command statement, in Multidimensional Expressions (MDX) |
|
Returns an enumeration constant that identifies the subclass type of the object |
参照
関連項目
clsRoleCommand
Command Interface