Свойство MergeSynchronizationAgent.ExchangeType
Gets or sets how data is exchanged during synchronization.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
Public Overridable Property ExchangeType As MergeExchangeType
Get
Set
'Применение
Dim instance As MergeSynchronizationAgent
Dim value As MergeExchangeType
value = instance.ExchangeType
instance.ExchangeType = value
public virtual MergeExchangeType ExchangeType { get; set; }
public:
virtual property MergeExchangeType ExchangeType {
MergeExchangeType get ();
void set (MergeExchangeType value);
}
abstract ExchangeType : MergeExchangeType with get, set
override ExchangeType : MergeExchangeType with get, set
function get ExchangeType () : MergeExchangeType
function set ExchangeType (value : MergeExchangeType)
Значение свойства
Тип: Microsoft.SqlServer.Replication.MergeExchangeType
A MergeExchangeType value.
Реализует
IMergeSynchronizationAgent.ExchangeType
Замечания
The default value for ExchangeType is BiDirectional.
You must specify BiDirectional for ExchangeType when you are using Web synchronization.