Udostępnij przez


MergeArticle.ProcessingOrder Property

Gets or sets the processing order of the article during synchronization.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Syntax

'Deklaracja
Public Property ProcessingOrder As Integer
public int ProcessingOrder { get; set; }
public:
property int ProcessingOrder {
    int get ();
    void set (int value);
}
/** @property */
public int get_ProcessingOrder ()

/** @property */
public void set_ProcessingOrder (int value)
public function get ProcessingOrder () : int

public function set ProcessingOrder (value : int)

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 Specifying the Processing Order of Merge Articles.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.