Share via


PartitionGroupsOption Enum

Definition

Enumerates values that determine whether a merge publication uses precomputed partitions.

C#
public enum PartitionGroupsOption
Inheritance
PartitionGroupsOption

Fields

Name Value Description
False 0

Precomputed partitions are not used.

True 1

Precomputed partitions are used.

AutoSet 2

Replication determines whether to use precomputed partitions.

Remarks

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

Applies to

Product Versions
SQL Server .NET SDK 2016

See also