Share via


PartitionOptions Enumeration

Enumerates the ways in which data in an article is partitioned amongst subscriptions when the merge publication uses a parameterized row filter.

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintaxis

'Declaración
Public Enumeration PartitionOptions
public enum PartitionOptions
public enum class PartitionOptions
public enum PartitionOptions
public enum PartitionOptions

Members

Member name Description
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.
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.

Notas

If the source table for an article is already published in another publication, then the value of PartitionOptions must be the same for both articles.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.SqlServer.Replication Namespace
MergeArticle Class

Otros recursos

Filtros de fila con parámetros