이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

ProcessingOrder 속성

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
public int ProcessingOrder { get; set; }

속성 값

유형: 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 병합 아티클의 처리 순서 지정.

이 정보가 도움이 되었습니까?
(1500자 남음)

커뮤니티 추가 항목

추가
© 2013 Microsoft. All rights reserved.