点击或拖拽改变大小

ACEUNPUB.AdsRestoreDatabase 方法

X#

命名空间:  XSharp.ADS
程序集:  XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法
 STATIC METHOD AdsRestoreDatabase(
	hConnect AS IntPtr,
	hOutputTable AS IntPtr,
	pucSourcePath AS STRING,
	pucSourcePassword AS STRING,
	pucDestPath AS STRING,
	pucDestPassword AS STRING,
	pucOptions AS STRING,
	pucFreeTablePasswords AS STRING,
	usCharType AS WORD,
	usLockingMode AS WORD,
	usCheckRights AS WORD,
	usTableType AS WORD,
	pucCollation AS STRING,
	ucDDConn AS BYTE
) AS DWORD
查看代码

参数

hConnect
类型:IntPtr
hOutputTable
类型:IntPtr
pucSourcePath
类型:String
pucSourcePassword
类型:String
pucDestPath
类型:String
pucDestPassword
类型:String
pucOptions
类型:String
pucFreeTablePasswords
类型:String
usCharType
类型:UInt16
usLockingMode
类型:UInt16
usCheckRights
类型:UInt16
usTableType
类型:UInt16
pucCollation
类型:String
ucDDConn
类型:Byte

返回值

类型:UInt32
参见