The SubscriptionPriority returns or sets the priority of the subscription.
object.SubscriptionPriority [= value]
| Part | Description |
|---|---|
| object | Expression that evaluates to a SQLMerge object. |
| value | Subscription priority value from 0.0 through 100.0, inclusive. |
If the SubscriptionPriorityType property has the value GLOBAL_PRIORITY, use this property to set the priority.
Single/Float
Read/write
HRESULT get_SubscriptionPriority(float *pVal);
HRESULT put_SubscriptionPriority(float newVal);