Este tema aún no ha recibido ninguna valoración - Valorar este tema

ProcessingOrder Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
public int ProcessingOrder { get; set; }

Valor de la propiedad

Tipo: 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 Especificar el orden de procesamiento de los artículos de mezcla.

¿Te ha resultado útil?
(Caracteres restantes: 1500)

Adiciones de comunidad

AGREGAR
© 2013 Microsoft. Reservados todos los derechos.