deallocated

释放

常用释义

词性释义

解除配置

释放(deallocate 的过去式)
例句
  • 全部
  • 释放
当批处理、存储过程或触发器结束时,游标将被隐式释放,除非它在一个OUTPUT参数中传递回来。
将关闭但不释放任何其他类型的打开的游标。
Checks are made throughout the procedure to make sure all objects are deallocated properly should any part of the creation fail .
在整个过程中进行检查,确保假如创建过程的任何部分出现故障,所有对象都能被正确地解除分配。
找不到媒体。可能已被解除分配。
No cursors have been opened, no rows qualified for the last opened cursor, or the last-opened cursor is closed or deallocated.
没有已打开的游标,对于上一个打开的游标没有符合条件的行,或上一个打开的游标已被关闭或被释放。
此任务为内部对象释放并不再保留的页数。
In making the switch, the resources can be dynamically allocated when needed and deallocated when not needed by Web services.
在进行切换时,资源可以在WebServices需要时动态分配,在不需要时将其收回。
分配的资源在满足预定周期的每个帧中对客户站保持分配给客户站直至被释放。
DBCC CHECKDB REPAIR_ALLOW_DATA_LOSS updates the suspect_pages table to indicate each page that it has deallocated or repaired.
DBCCCHECKDBREPAIR_ALLOW_DATA_LOSS更新suspect_pages表,以指示已释放或已修复的各页。
当一个VLA超出作用范围或是它的生存期结束了,该VLA就被释放了。
可能有很多次您都想知道为什么在脚本的末尾没有正确分配内存。
In version 1. X, the exception causes the finally block to stop executing; the user never sees the "Resource Deallocated" message.
在x,异常导致要停止执行finally块;用户从不看到“资源Deallocated”消息。
从数据库对象释放的扩展盘区数目。
因此,游标被释放,并且没有返回调用过程。
这指示有些内存块尚未被释放。
这将允许释放页。
A backing pixmap is allocated when the window is shown, and is deallocated when it becomes hidden.
一个背景象素映射是当window显示时分配,当隐藏的时候释放。
值类型在堆栈上或以内联方式分配,且在超出范围时释放。
在此例中,堆中分配了四个非对象块,但均未释放。
结构是在堆栈上或以内联方式分配的,当结构超出范围时将被释放。
1·Local cursor reference not explicitly deallocated.
本地游标引用无明确释放。
2·This may cause the reference count for the object previously bound to the name to reach zero, causing the object to be deallocated and its destructor (if it has one) to be called.
这可能导致早先约束到该名字的对象的引用计数降为零,导致释放该对象的分配空间并调用其析构器,如果它有一个的话。
3·If necessary, you can continue execution of the program from that point to see what happens to the object and perhaps determine why it is not properly deallocated.
如果必要,可以从该点继续执行程序,以查看对象发生了什么情况,或许可以确定未正确释放对象的原因。
4·That is accessing memory that has already been deallocated.
这是访问内存已经被释放。
5·If no other reference points to the object, then its reference count reaches 0 and it is deallocated.
如果没有其他的引用指向对象,那么它的引用计数达到0,这是释放。