Перечисление PartitionGroupsOption
Enumerates values that determine whether a merge publication uses precomputed partitions.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Enumeration PartitionGroupsOption
'Применение
Dim instance As PartitionGroupsOption
public enum PartitionGroupsOption
public enum class PartitionGroupsOption
type PartitionGroupsOption
public enum PartitionGroupsOption
Элементы
Имя элемента | Описание | |
---|---|---|
False | Precomputed partitions are not used. | |
True | Precomputed partitions are used. | |
AutoSet | Replication determines whether to use precomputed partitions. |
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.