Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
Enumerates options for how the Merge Agent synchronizes data.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public Enumeration MergeExchangeType
[ComVisibleAttribute(true)]
public enum MergeExchangeType
[ComVisibleAttribute(true)]
public enum class MergeExchangeType
/** @attribute ComVisibleAttribute(true) */
public enum MergeExchangeType
ComVisibleAttribute(true)
public enum MergeExchangeType
Members
| Member name | Description |
|---|---|
| Bidirectional | Changes are downloaded from the Publisher and uploaded from the Subscriber (the default). |
| Download | Only Publisher changes are downloaded. |
| None | No exchange type is specified. |
| Upload | Only Subscriber changes are uploaded. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.