ReplicationNeighbor.ReplicationNeighborOptions 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.
Specifies the options for a ReplicationNeighbor object.
This enumeration supports a bitwise combination of its member values.
public: enum class ReplicationNeighbor::ReplicationNeighborOptions
[System.Flags]
public enum ReplicationNeighbor.ReplicationNeighborOptions
[<System.Flags>]
type ReplicationNeighbor.ReplicationNeighborOptions =
Public Enum ReplicationNeighbor.ReplicationNeighborOptions
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Writeable | 16 | The local copy of the naming context is writable. |
SyncOnStartup | 32 | Replication of this naming context from this source is attempted when the destination server is restarted. This normally only applies to intra-site neighbors. |
ScheduledSync | 64 | Perform replication on a schedule. This option is normally set unless the schedule for this naming context/source is "never", that is, the empty schedule. |
UseInterSiteTransport | 128 | Perform replication indirectly through the Inter-Site Messaging Service. This flag is set only when replicating over SMTP. This flag is not set when replicating over inter-site RPC/IP. |
TwoWaySync | 512 | If set, this option indicates that when inbound replication is complete, the destination server must tell the source server to synchronize in the reverse direction. This feature is used in dial-up scenarios where only one of the two servers can initiate a dial-up connection. For example, this option would be used in a corporate headquarters and branch office, where the branch office connects to the corporate headquarters over the Internet by means of a dial-up ISP connection. |
ReturnObjectParent | 2048 | This neighbor is in a state where it returns parent objects before children objects. It goes into this state after it receives a child object before its parent. |
FullSyncInProgress | 65536 | The destination server is performing a full synchronization from the source server. Full synchronizations do not use vectors that create updates (DS_REPL_CURSORS) for filtering updates. Full synchronizations are not used as a part of the normal replication protocol. |
FullSyncNextPacket | 131072 | The last packet from the source indicated that an object that has not yet been created by the destination server has been modified. The next packet that is requested will instruct the source server to put all attributes of the modified object into the packet. |
NeverSynced | 2097152 | A synchronization has never been successfully completed from this source. |
Preempted | 16777216 | The replication engine has temporarily stopped processing this neighbor in order to service another higher-priority neighbor, either for this partition or another partition. The replication engine will resume processing this neighbor after the higher-priority work is completed. |
IgnoreChangeNotifications | 67108864 | This option is set to disable notification based synchronizations. Within a site, domain controllers synchronize with each other based on notifications when changes occur. This setting prevents this neighbor from performing syncs that are triggered by notifications. The neighbor will still do synchronizations based on its schedule, or if requested manually. |
DisableScheduledSync | 134217728 | This option is set to disable synchronizations based on its schedule. The only way this neighbor will perform synchronizations is in response to a change notification or to a manual request for synchronizations. |
CompressChanges | 268435456 | Changes that are received from this source are compressed. This option is usually set only if the source server is in a different site. |
NoChangeNotifications | 536870912 | No change notifications should be received from this source. This option is usually set only if the source server is in a different site. |
PartialAttributeSet | 1073741824 | This neighbor is in a state where it is rebuilding the contents of this replica because of a change in the partial attribute set. |
Applies to
See also
.NET