Description (Command Interface)
[!NOTA] Questa funzionalità verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa funzionalità in un nuovo progetto di sviluppo e modificare appena possibile le applicazioni in cui questa funzionalità viene utilizzata.
The Description property of the Command interface contains the description of the command object.
Applies To:clsCubeCommand, clsDatabaseCommand, clsRoleCommand
Data Type
String
Access
Read/write
Osservazioni
The primary mechanism for identifying individual command objects is the Name property. The purpose of the Description property is to provide additional descriptive information.
Esempio
Use the following code to set a command object description:
'Assume a command object (dsoCmd) exists.
dsoCmd.Description = "Create a new profit member as sales-cost."
Vedere anche
Riferimento
Command Interface
Name (Command Interface)