Description (Command Interface)
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
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
Hinweise
The primary mechanism for identifying individual command objects is the Name property. The purpose of the Description property is to provide additional descriptive information.
Beispiel
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."
Siehe auch
Verweis
Command Interface
Name (Command Interface)