MergeArticle.ProcessingOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the processing order of the article during synchronization.
public:
property int ProcessingOrder { int get(); void set(int value); };
public int ProcessingOrder { get; set; }
member this.ProcessingOrder : int with get, set
Public Property ProcessingOrder As Integer
Property Value
The processing order of the article.
Remarks
The default value of 0 specifies that the article is unordered, and any other value represents the ordinal value of the processing order for this article. During synchronization, articles are processed in order from lowest to highest value. If two articles have the same value, processing order is determined by the order of the article nickname in the sysmergearticles system table. For more information, see Specify the Processing Order of Merge Articles.