コード例 #1
0
 /// <summary>
 /// Lock the SYSADMIN user
 /// </summary>
 /// <remarks>Gets called from TServerManager.LockSysadmin() Method, which is used to
 /// lock the SYSADMIN user while the instance is not assigned to a customer yet.</remarks>
 public bool LockSysadmin()
 {
     return(TMaintenanceWebConnector.LockSysadmin());
 }