您要查找的是不是:
- The Runtime Storage Control is deleted. 运行时存储控件被删除。
- The storage control block address is invalid. 存储控制块地址无效。
- Is set to the GUID for the Runtime Storage Control. 被设置为运行时存储控件的GUID。
- A job control statement used in cataloged or in-stream procedures. It can be used to assign default values for symbolic parameters contained in a procedure. For in-stream procedures, it is used to mark the beginning of the procedure. 在编目或流内过程中使用的一种作业控制语句,可用来对包含在过程中的符号参数赋予系统设定值。对流内过程,用来标志过程的开始。
- It is possible for end users to delete or copy the Runtime Storage Control. 最终用户删除或复制运行时存储控件是可能的。
- Expecting a number for the id field of a control statement in the DIALOG statement. 应为DIALOG语句中控制语句的id字段输入数字。
- There are now two Runtime Storage Controls. 现在有两个运行时存储控件。
- The text field of a CONTROL statement in the DIALOG statement must be either a text string or an ordinal reference to the type of control. 在DIALOG语句中,CONTROL语句的text字段必须是文本字符串或者是对控件类型的序号引用。
- Control statement that provides iterative execution. Often used to step through a data structure or to repeat a calculation a fixed number of times. 提供迭代执行的控制语句,通常用于步进遍历数据结构或对一个计算重复固定次数。
- The class field of a CONTROL statement in the DIALOG statement must be one of the following types: BUTTON, COMBOBOX, EDIT, LISTBOX, SCROLLBAR, STATIC, or user-defined. DIALOG语句中的CONTROL语句的class字段必须为下列类型之一:BUTTON、COMBOBOX、EDIT、LISTBOX、SCROLLBAR、STATIC或用户定义的。
- A computer, storage controller, storage device, or appliance. 一种计算机、存储控制器、存储设备或者装置。
- A job control statement used in cataloged or in-stream procedures.It can be used to assign default values for symbolic parameters contained in a procedure. 在编目或流内过程中使用的一种作业控制语句,可用来对包含在过程中的符号参数赋予系统设定值。
- The Runtime Storage Control stores cached data and an application manifest that contains the location of the assembly. 运行时存储控件存储缓存的数据和一个包含程序集位置的应用程序清单。
- Make sure these control statements are spelled correctly. 确保这些控制语句拼写正确。
- If you no longer need the managed code extensions or the cached data, then remove the Runtime Storage Control. 如果不再需要托管代码扩展或缓存数据,则请移除运行时存储控件。
- The Visual Studio Tools for Office runtime attaches the solution assembly to the document, and creates a Runtime Storage Control, if necessary. Visual Studio Tools for Office运行库将解决方案程序集附加到文档,并在必要时创建运行时存储控件。
- Each control statement in a DIALOG statement must be one of the following: CHECKBOX, COMBOBOX, CONTROL, CTEXT, DEFPUSHBUTTON, EDITTEXT, GROUPBOX, ICON, LISTBOX, LTEXT, PUSHBUTTON, RADIOBUTTON, RTEXT, SCROLLBAR. DIALOG语句中的每一个控制语句必须为下列之一:CHECKBOX、COMBOBOX、CONTROL、CTEXT、DEFPUSHBUTTON、EDITTEXT、GROUPBOX、ICON、LISTBOX、LTEXT、PUSHBUTTON、RADIOBUTTON、RTEXT、SCROLLBAR。
- The Visual Studio Tools for Office runtime also sets the value of the _AssemblyLocation custom document property to the GUID for the Runtime Storage Control. Visual Studio Tools for Office运行库还会将_AssemblyLocation自定义文档属性的值设置为运行时存储控件的GUID。
- This would simply result in a syntax error because there is no controlling statement that requires a block to be separated from the rest of the code. 这只会产生一个语法错误,因为没有任何控制语句要求将一个块与代码其余部分相分离。
- The FOR statement is a control statement that allows you to execute a list of SQL statements once for each row in a cursor. FOR语句是控制语句,它允许对游标中的每一行执行一次SQL语句列表。