You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains a row for each data space destination of a partition scheme.
Column name
Data type
Description
partition_scheme_id
int
ID of the partition-scheme that is partitioning to the data space. For partitioned tables, this can be joined to data_space_id in sys.partition_schemes.
destination_id
int
ID (1-based ordinal) of the destination-mapping, unique within the partition scheme.
data_space_id
int
ID of the data space to which data for this scheme's destination is being mapped.