procedure level的意思
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。