A Boolean property that indicates whether a connection is a new connection or a migrated connection. This read-only property is set to true when the client is migrating or has migrated to the server. This sample code retrieves the value of SRV_T_MIGRATED:
CS_RETCODE ret; CS_BOOL migrated; status = srv_thread_props(sp, CS_GET, SRV_T_MIGRATED, &migrated, sizeof (migrated), NULL);
See “Connection migration” for more details.