CodePage
这是设置了 autECLOIA 的连接的代码页。此代码页可能会随着时间的推移而更改。CodePage 是长整型数据类型且为只读。下列示例展示了此属性。
DIM CodePage as Long
DIM Obj as Object
Set Obj = CreateObject("ZIEWin.autECLOIA")
' Initialize the connection
Obj.SetConnectionByName("A")
' Save the code page
CodePage = Obj.CodePage