MergeArticle.ProcessingOrder 属性

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

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Property ProcessingOrder As Integer 
    Get 
    Set
用法
Dim instance As MergeArticle 
Dim value As Integer 

value = instance.ProcessingOrder

instance.ProcessingOrder = value
public int ProcessingOrder { get; set; }
public:
property int ProcessingOrder {
    int get ();
    void set (int value);
}
member ProcessingOrder : int with get, set
function get ProcessingOrder () : int 
function set ProcessingOrder (value : int)

属性值

类型:System.Int32
The processing order of the article.

注释

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 指定合并项目的处理顺序.

请参阅

参考

MergeArticle 类

Microsoft.SqlServer.Replication 命名空间