SubscriptionPriority Property (Replication ActiveX)

The SubscriptionPriority returns or sets the priority of the subscription.

語法

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)

備註

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);

請參閱

參考

SUBSCRIPTION_PRIORITY_TYPE (Replication ActiveX)

其他資源

合併式複寫如何偵測並解決衝突

說明及資訊

取得 SQL Server 2005 協助