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)

實作

IMergeSynchronizationAgent. . :: . .ExchangeType

備註

The default value for ExchangeType is BiDirectional()()()().

You must specify BiDirectional()()()() for ExchangeType when you are using Web synchronization.