How to restore a database file group in sql server

RESTORE DATABASE SampleDB
FILEGROUP = 'SampleDBUser'
FROM DISK = 'C:\SampleDBFullBackup.BAK'