ACEUNPUB.AdsBackupDatabase Method | |
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax STATIC METHOD AdsBackupDatabase(
hConnect AS IntPtr,
hOutputTable AS IntPtr,
pucSourcePath AS STRING,
pucSourceMask AS STRING,
pucDestPath 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 AdsBackupDatabase(
IntPtr hConnect,
IntPtr hOutputTable,
string pucSourcePath,
string pucSourceMask,
string pucDestPath,
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
- pucSourceMask
- Type: String
- pucDestPath
- 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