The SubscriptionPriorityType property specifies how the subscription priority is determined.
object.SubscriptionType [= value]
Part | Description |
---|---|
object | Expression that evaluates to a SQLMerge object. |
value | SUBSCRIPTION_PRIORITY_TYPE constant that specifies how the subscription priority is determined. |
The subscription priority can be assigned or assume the priority value of the Publisher. If the value of the property is GLOBAL_PRIORITY, use the SubscriptionPriority property to set the priority.
Read/write
HRESULT get_SubscriptionPriorityType(SUBSCRIPTION_PRIORITY_TYPE *pVal);
HRESULT put_SubscriptionPriorityType(SUBSCRIPTION_PRIORITY_TYPE newVal);