The Name property of the Command interface contains the name of a command object.
clsCubeCommand | clsDatabaseCommand |
String
Read/write (read-only after the object has been named)
The primary mechanism for identifying individual command objects is the Name property. The purpose of the Description property is to provide additional descriptive information.
Use the following code to set a command object name:
'Assume an object (dsoCmd) of ClassType clsCubeCommand exists
dsoCmd.Name = "Create Profit Member"
About Decision Support Objects | Using Decision Support Objects |
Properties Cross-Reference |