PartitionGroupsOption Enumeration
Enumerates values that determine whether a merge publication uses precomputed partitions.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntax
'Deklaracja
Public Enumeration PartitionGroupsOption
public enum PartitionGroupsOption
public enum class PartitionGroupsOption
public enum PartitionGroupsOption
public enum PartitionGroupsOption
Members
| Member name | Description |
|---|---|
| AutoSet | Replication determines whether to use precomputed partitions. |
| False | Precomputed partitions are not used. |
| True | Precomputed partitions are used. |
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.