Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Enumerates options for how the Merge Agent synchronizes data.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Enumeration MergeExchangeType
'Usage
Dim instance As MergeExchangeType
public enum MergeExchangeType
public enum class MergeExchangeType
type MergeExchangeType
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. |