设置与用户名关联的新 MobiLink 口令。
java.lang.String getNewPassword( )
void setNewPassword( java.lang.String new_password )
无缺省值。
按如下所示设置此参数:
UlSynchOptions opts = new UlSynchOptions; opts.setUserName( "50" ); opts.setPassword( "mypassword" ); opts.setNewPassword( "mynewpassword" ); // set other options here conn.synchronize( opts );
SQL Anywhere Studio 9.0.2
版权所有 © 1989–2005 Sybase, Inc. 部分版权所有 © 2001–2005 iAnywhere Solutions, Inc. 保留所有权利。