When the code runs on the server, the code creates a command object that runs a stored procedure in the database.
Когда этот код выполняется на сервере, он создает объект команды, который вызывает хранимую процедуру в базе данных.
If each command object has a getEstimatedDuration() method, the program can easily estimate the total duration.
Если каждый объект команды имеет метод getEstimatedDuration() (получить оценочную длительность), программа может легко оценить общую продолжительность процесса.
The command object contains the action itself and its parameters.
The command object is created when the wizard is first displayed.
Some internal changes in realization of command object.
In these cases, a natural way to separate user interface code from application code is to implement the wizard using a command object.
В этих случаях, естественный способ отделить код пользовательского интерфейса от кода приложения является реализация мастера с помощью объекта команд.
The Connection property was not set on the Command object.
Для объекта Command не задано свойство Connection.
GUI buttons and menu items In Swing and Borland Delphi programming, an Action is a command object.
Кнопки пользовательского интерфейса и пункты меню В Swing и Borland Delphi Action (действие) является объектом команды.
The resulting command object will be attached to the connection object «cn».
Полученный объект команды будет привязан к объекту подключения «cn».
When the user wants to undo a command, the program simply pops the most recent command object and executes its undo() method.
Когда пользователь хочет отменить команду, программа просто выталкивает последний объект команды и выполняет его метод undo().
To execute a command, it passes the command object to the invoker object.
Чтобы выполнить команду он передает объект команды вызывающему объекту (invoker).
Each wizard page stores its GUI changes in the command object, so the object is populated as the user progresses.
Каждая страница мастера сохраняет свои изменения в объекте команды, поэтому объект заполняется по мере перехода пользователя.
An ASP command object is a server object that performs some operation on a database.
Объект команды ASP - это объект сервера, выполняющий некоторую операцию с базой данных.