Поделиться через


Свойство 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