หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The SynchronizationType property specifies whether the subscription needs to be initially synchronized.
Syntax
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)
Remarks
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);