How to do a full backup of a database with NoRecovery

RESTORE DATABASE SampleDB
FROM DISK = C:\SampleDB.BAK'
WITH FILE = 1, NORECOVERY