AX_SetSQLTablePasswords Function | |
Sets passwords for encrypted tables for use with the AXSQL RDDs.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax FUNCTION AX_SetSQLTablePasswords(
aPasswords AS Object
) AS VOID
public static void AX_SetSQLTablePasswords(
Object aPasswords
)
Request Example
View SourceParameters
- aPasswords
- Type: Object
See Also