打开物理模型,点击菜单“Tools->Execute Commands -> Edit/Run Script...",或者快捷键(Ctrl+Shift+X)执行下面vbscript脚本
Option Explicit
ValidationMode = True
InteractiveMode = im_Batch
Dim mdl ' the current model
' get the current active model
Set mdl = ActiveModel
If (mdl Is Nothing) Then
MsgBox "There is no current Model"
ElseIf Not mdl.IsKindOf(PdPDM.cls_Model) Then
MsgBox "The current model is not an Physical Data model."
Else
ProcessFolder mdl
End If
' This routine copy name into code for each table, each column and each view
' of the current folder
Private sub ProcessFolder(folder)
Dim Tab 'running table
for each Tab in folder.tables
' if not tab.isShortcut then
' tab.code = tab.name
Dim col ' running column
for each col in tab.columns
col.code= UCase(col.code)
next
'end if
next
' Dim view 'running view
' for each view in folder.Views
' if not view.isShortcut then
' view.code = view.name
' end if
' next
' go into the sub-packages
Dim f ' running folder
For Each f In folder.Packages
if not f.IsShortcut then
ProcessFolder f
end if
Next
end sub
就可以将code从小写转为大写.就可以不必粘贴过来再改了.
具体其他vbscript 大家也可以自己写啊..
分享到:
相关推荐
PowerDesigner 16.6.4.3 (x64) 数据建模,完美破解补丁
PowerDesigner16.6.1.0.5066x64_crack破解文件,直接替换根目录即可 PowerDesigner16.6.1.0.5066x64_crack破解文件,直接替换根目录即可
**PowerDesigner 16.5.0.3982 汉化包详解** PowerDesigner 是一款强大的数据建模工具,由 Sybase 公司开发,被广泛应用于数据库设计、数据分析以及系统架构规划等领域。它支持多种数据库平台,如 Oracle、SQL ...
在PowerDesigner 16.6.4.3[5517]上亲测有效,直接覆盖到PowerDesigner根目录即可
SAP.PowerDesigner16.6.4.1(5437)-x64&x86下载地址和注册文件
PowerDesigner 16.0.0.3514 crack 本人亲自破解的,绝对3514
powerdesigner的大小写转换脚本,直接在powerdesigner里面找到执行脚本的地方,粘贴进去执行一下就可以了。 powerdesigner的大小写转换脚本 powerdesigner的大小写转换脚本
PowerDesigner是Sybase公司的CASE工具集,使用它可以方便地对管理信息系统进行分析设计,它几乎包括了数据库模型设计的全过程。利用PowerDesigner可以制作数据流程图、概念数据模型、物理数据模型,可以生成多种...
powerdesigner16.5.5.0 sp05 (4693) x64破解文件 AMD
PowerDesigner 16.5.5.0.4693 x64,主要用于数据库建模等
PowerDesigner16.0.1.3701破解版,有破解文件。。。。。
powerdesigner 15.3.0.3248破解补丁及下载地址 都是官方网站的下载地址。共5个文件。1个主安装文件及4个配套文件
使用方法,覆盖DLL到安装文件夹,并导入lic 试用版下载地址: ...https://d2oa1bkv1sws6.cloudfront.net/PowerDesignerTrial/PowerDesigner16x86_Evaluation.exe
powerdesigner 16.1.3701 破解文件 64位可用
PowerDesigner是一款强大的数据库建模工具,广泛应用于软件开发和数据仓库设计中。它由Sybase公司开发,提供了从概念模型到物理模型的完整设计过程,包括业务流程建模、数据建模、数据库逆向工程和数据库向前工程等...
PowerDesigner是Sybase公司的CASE工具集,使用它可以方便地对管理信息系统进行分析设计,它几乎包括了数据库模型设计的全过程。利用PowerDesigner可以制作数据流程图、概念数据模型、物理数据模型,可以生成多种...
PowerDesigner v16.5.5.0.4693 [64位] 下载地址
PowerDesigner16.5.0.3982版本破解补丁 PowerDesigner16.5.0.3982下载地址: http://download.sybase.com/eval/PowerDesigner/PowerDesigner165_Evaluation.exe 将补丁复制到安装目录下
powerDesigner 15.3.0.3248 crack
PowerDesigner是一款功能强大的数据库建模工具,被广泛应用于IT行业,尤其在系统分析、数据库设计和数据仓库构建中。这款软件提供了全面的数据建模能力,包括概念数据模型(CDM)、逻辑数据模型(LDM)和物理数据...