SubscriberUploadOptions Enumeration
Enumerates merge article options for updates made at a Subscriber with a client subscription.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Sintaxis
'Declaración
Public Enumeration SubscriberUploadOptions
public enum SubscriberUploadOptions
public enum class SubscriberUploadOptions
public enum SubscriberUploadOptions
public enum SubscriberUploadOptions
Members
Member name | Description |
---|---|
AllowUpload | No restrictions. Changes made at the Subscriber are uploaded to the Publisher. |
DisableUploadAllowSubscriberChanges | Changes are allowed at the Subscriber, but they are not uploaded to the Publisher. |
DisableUploadDisallowSubscriberChanges | Changes are not allowed at the Subscriber. |
Notas
If the source table for an article is already published in another publication, then the value of SubscriberUploadOptions must be the same for both articles.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Microsoft.SqlServer.Replication Namespace
SubscriberUploadOptions Enumeration
Otros recursos
Optimizar el rendimiento de la réplica de mezcla con artículos de sólo descarga