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.
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.
Каждая страница мастера сохраняет свои изменения в объекте команды, поэтому объект заполняется по мере перехода пользователя.
InsertEx Inserts a Command object in a Commands collection.
Когда объект DirectSoundBuffer создан, счет ссылки установлен в 1.
Other results
The items in the queue are command objects.
Networking It is possible to send whole command objects across the network to be executed on the other machines, for example player actions in computer games.
Сети Можно отправить объекты команд по сети для выполнения на другой машине, например действие игрока в компьютерной игре.