The sp_configure option enable semantic paritioning turns on semantic paritioning. Round-robin partitioning is always available, and is unaffected by the value of enable semantic partitioning.
sp_configure ‘enable semantic partitioning’, 1
Creating and truncating tables – create table, truncate table
Altering tables to change locks or modify schema – alter table
Creating indexes – create index
Updating statistical information – update statistics
Reorganizing table pages to conform to clustered indexes and best use of space – reorg rebuild