Enumerazione PartitionGroupsOption
Enumerates values that determine whether a merge publication uses precomputed partitions.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public Enumeration PartitionGroupsOption
'Utilizzo
Dim instance As PartitionGroupsOption
public enum PartitionGroupsOption
public enum class PartitionGroupsOption
type PartitionGroupsOption
public enum PartitionGroupsOption
Membri
Nome membro | Descrizione | |
---|---|---|
False | Precomputed partitions are not used. | |
True | Precomputed partitions are used. | |
AutoSet | Replication determines whether to use precomputed partitions. |
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vedere anche