ACEUNPUB.AdsRestoreDatabase Method | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax 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
public static uint AdsRestoreDatabase(
IntPtr hConnect,
IntPtr hOutputTable,
string pucSourcePath,
string pucSourcePassword,
string pucDestPath,
string pucDestPassword,
string pucOptions,
string pucFreeTablePasswords,
ushort usCharType,
ushort usLockingMode,
ushort usCheckRights,
ushort usTableType,
string pucCollation,
byte ucDDConn
)
Request Example
View SourceParameters
- hConnect
- Type: IntPtr
- hOutputTable
- Type: IntPtr
- pucSourcePath
- Type: String
- pucSourcePassword
- Type: String
- pucDestPath
- Type: String
- pucDestPassword
- Type: String
- pucOptions
- Type: String
- pucFreeTablePasswords
- Type: String
- usCharType
- Type: Word
- usLockingMode
- Type: Word
- usCheckRights
- Type: Word
- usTableType
- Type: Word
- pucCollation
- Type: String
- ucDDConn
- Type: Byte
Return Value
Type:
DWordSee Also