PartitionOptions Enumeration
SQL Server 2012
Enumerates the ways in which data in an article is partitioned amongst subscriptions when the merge publication uses a parameterized row filter.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
| Member name | Description | |
|---|---|---|
| Overlapping | The filtering for the article either is static or does not yield a unique subset of data for each partition, that is, an "overlapping" partition. | |
| OverlappingDisallowOutOfPartitionDml | The partitions are overlapping, and data manipulation language (DML) updates made at the Subscriber cannot change the partition to which a row belongs. | |
| NonOverlappingSharedBetweenSubscriptions | The filtering for the article yields non-overlapping partitions, but multiple Subscribers can receive the same partition. | |
| NonOverlappingSingleSubscription | The filtering for the article yields non-overlapping partitions that are unique for each subscription. |