We use SSDT in VS 2015 to manage our database project code. Recently, we’ve been implementing partitioning on some tables in databases that are managed with SSDT. I need to include the partition function and partition scheme definition in my project if I want to declare a dependency on that scheme in my table definitions.Read more