您要查找的是不是:
- These variables are called local variables. 这种变量可称为局部变量。
- One SELECT statement can initialize multiple local variables. 一个SELECT语句可以初始化多个局部变量。
- You can use this with as many local variables as you need. 你可以用这种方式来处理所有需处理的此类局部变量。
- Local variables must always be qualified with the function name. 局部变量必须始终与函数名一起检验。
- Creates an object for creating references to local variables. 创建一个对象,用于创建对局部变量的引用。
- Is a built-in value type that can be used for parameters and local variables. 是可用于参数和局部变量的内置值类型。
- Values themselves may serialize as either member variables or local variables. 值本身可以序列化为成员变量或局部变量。
- Uninitialized local variables of built-in type have undefined values. 对于未初始化的内置类型局部变量,其初值不确定。
- The name of the local variable to reference. 要引用的局部变量的名称。
- Loads the address of the local variable at. 处的局部变量的地址加载到计算堆栈上。
- Loads the local variable at index. 处的局部变量加载到堆栈上。
- Name can be specified as a local variable. name可以指定为局部变量。
- Convert Local Variable to Field. 对局部变量可用。
- This can be used to start local variable searches. 这可用于启动局部变量搜索。
- Is the name of a local variable. 是局部变量的名称。
- Returns a signature helper for a local variable. 返回局部变量的签名帮助器。
- Local variables can also be declared with the new CURSOR data type to hold a reference to a local cursor. 也可以通过新的CURSOR数据类型声明局部变量,以包含对局部游标的引用。
- Local variables inside a procedure default to public access, and you cannot use any access modifiers on them. 过程内的局部变量默认为公共访问,您不能对它们使用任何访问修饰符。
- Compiler option has been enhanced to help protect local variables from direct buffer overruns. 编译器选项已被增强,帮助保护局部变量以免产生直接缓冲区溢出。
- Similarly, a shared procedure or property holds only one set of local variables. 同样,共享过程或属性仅存储一组局部变量。