drtweak :
It would as the same as a regular Hard Drive.
Power loss events are more dangerous on a SSD. On a HDD, the data is stored in a static location addressed as a sector. On a SSD, the data is stored in a static cell, but the mapping of that cell to a "sector" of the drive is via a virtual table. It's done this way to allow the drive to move data around for its wear leveling algorithm, without making it look like the data has been moved around to the computer.
If a power interruption causes an erroneous write to that virtual table, not only can it corrupt data, it can degrade the SSD's ability to function, or even kill it entirely. Some SSDs have a small capacitor to keep the drive powered to finish any writes that are queued up...