หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The SubscriptionPriority returns or sets the priority of the subscription.
Syntax
object.SubscriptionPriority [= value]
| Part | Description |
|---|---|
object |
Expression that evaluates to a SQLMerge Object (Replication ActiveX) object. |
value |
Subscription priority value from 0.0 through 100.0, inclusive. |
Applies To
SQLMerge Object (Replication ActiveX)
Remarks
If the SubscriptionPriorityType Property (Replication ActiveX) property has the value GLOBAL_PRIORITY, use this property to set the priority.
Data Type
Single/Float
Modifiable
Read/write
Prototype C/C++
HRESULT get_SubscriptionPriority(float *pVal);
HRESULT put_SubscriptionPriority(float newVal);
See Also
Reference
SUBSCRIPTION_PRIORITY_TYPE (Replication ActiveX)
Other Resources
How Merge Replication Detects and Resolves Conflicts