Description

The Description property of the Command interface contains the description of the command object.

Applies To
clsCubeCommand clsDatabaseCommand

Data Type

String

Access

Read/write

Remarks

The primary mechanism for identifying individual command objects is the Name property. The purpose of the Description property is to provide additional descriptive information.

Example

Use the following code to set a command object description:

'Assume an object (dsoCmd) of ClassType clsCubeCommand exists

dsoCmd.Description = "Create a new profit member as sales-cost."

See Also
About Decision Support Objects Using Decision Support Objects
Properties Cross-Reference  

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.