Enumeración SubscriberUploadOptions
Enumerates merge article options for updates made at a Subscriber with a client subscription.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public Enumeration SubscriberUploadOptions
'Uso
Dim instance As SubscriberUploadOptions
public enum SubscriberUploadOptions
public enum class SubscriberUploadOptions
type SubscriberUploadOptions
public enum SubscriberUploadOptions
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |
Comentarios
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.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Replication
SubscriberUploadOptions
Otros recursos
Optimizar el rendimiento de la replicación de mezcla con artículos de solo descarga