SynchronizationType Property (Replication ActiveX)

The SynchronizationType property specifies whether the subscription needs to be initially synchronized.

语法

object.SubscriptionType [= value]
Part Description

object

Expression that evaluates to an object in the Applies To list.

value

SYNCHRONIZATION_TYPE (Replication ActiveX) constant that specifies whether initial synchronization will occur.

Applies To

SQLDistribution Object (Replication ActiveX)

SQLMerge Object (Replication ActiveX)

备注

The default is AUTOMATIC.

Data Type

SYNCHRONIZATION_TYPE (Replication ActiveX)

Modifiable

Read/write

Prototype C/C++

HRESULT get_SynchronizationType(SYNCHRONIZATION_TYPE *pVal);
HRESULT put_SynchronizationType(SYNCHRONIZATION_TYPE newVal);

请参阅

其他资源

初始化订阅

帮助和信息

获取 SQL Server 2005 帮助