procedure level信息详情
过程层次
procedure───n.程序,手续;步骤
admission procedure───招生手续,入学手续;录取程序;收生程序;入学手续
ablation procedure───消融程序
medical procedure───医疗程序
chronography procedure───计时程序
level───n.水平;标准;水平面;vt.使同等;对准;弄平;adj.水平的;平坦的;同高的;n.(Level)人名;(法)勒韦尔;vi.瞄准;拉平;变得平坦
accusatorial procedure───发现和提出证据的程序
aponeurotomy procedure───腱膜切开术
dynamization procedure───动力化程序
Specifying the access level, deterministic, external action attributes of the procedure.───指定过程的访问级别、确定性、外部动作属性。
Of course, you should plan a good password policy and implement an authentication procedure that fits your required security level in your corporation.───当然,你可以通过良好的密码策略和执行验证程序在公司中配备适当的安全级别。
Since the remote procedure referenced by the federated procedure is not managed by the federated server, the level chosen cannot be enforced during the execution of the procedure at the data source.───因为联邦过程所引用的远程过程不由联邦服务器进行管理,所以当过程在数据源上执行时无法强制实施选择的级别。
When you declare a variable at the procedure level, though, you typically do not want it to be visible at the global scope.───当您在过程级别声明变量时,通常不希望它在全局范围内可见。
A constant declared at procedure level is a local constant; it is local to the procedure or block that declares it.───在过程级别声明的常数是局部常数,该常数局限于声明它的过程或块。
Data elements at procedure level are limited to local variables and constants.───过程级的数据元素仅限局部变量和常数。
The Erase statement can appear only at procedure level.───Erase语句只能出现在过程级别。
You can use Dim only at module or procedure level.───只能在模块或过程级别使用Dim。
You can use Static only at procedure level.───仅可以在过程级使用Static。