首页 > 其他 > 详细

用CreateObject?函数创建某个对象时,先查找到其对应的class?。以下是常见的class

时间:2020-05-05 13:24:51      阅读:86      评论:0      收藏:0      [点我收藏+]

https://wenku.baidu.com/view/926a5e1ba8956bec0975e3e8.html

createobject("vbscript.regexp") ‘正则表达式

createobject("scripting.dictionary") ‘字典

createobject("adodb.recordset")   ‘数据库记录操作

createobject("scripting.filesystemobject")   ‘文件操作

createobject("wscript.shell")   ‘shell

createobject("wscript.network")   ‘网络操作

createobject("microsoft.xmlhttp")   ‘xmlhttp远程获取文件用的

createobject("msxml2.xmlhttp.4.0")   ‘xmlhttp远程获取文件用的

createobject("adodb.stream")   ‘数据流传输

createobject("adodb.connection")   ‘数据库连接

createobject("word.application")   ‘word

createobject("excel.application")   ‘excel

createobject("mswc.adrotator")   ‘广告

createobject("scripting.dictionary")   ‘hash表操作

createobject("powerpoint.application")   ‘ppt

createobject("Microsoft.XMLDOM")   ‘XML操作

createobject("excel.sheet")   ‘

createobject("frontpage.application")   ‘

createobject("access.application")   ‘ACCESS

createobject("msgraph.application")   ‘

createobject("photoshop.application")   ‘

 

关于SQL Server

createobject("SQLDMO.SQLSERVER")

createobject("SQLDMO.Login")

createobject("SQLDMO.Backup")

createobject("SQLDMO.User")

createobject("SQLDMO.BackupDevice")

createobject("SQLDMO.Database")

createobject("SQLDMO.Restore")

用CreateObject?函数创建某个对象时,先查找到其对应的class?。以下是常见的class

原文:https://www.cnblogs.com/lidapengwww/p/12830300.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!