PartitionGroupsOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that determine whether a merge publication uses precomputed partitions.
public enum class PartitionGroupsOption
public enum PartitionGroupsOption
type PartitionGroupsOption =
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.