Share via


Enumerazione SubscriberUploadOptions

Enumerates merge article options for updates made at a Subscriber with a client subscription.

Spazio dei nomi:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Enumeration SubscriberUploadOptions
'Utilizzo
Dim instance As SubscriberUploadOptions
public enum SubscriberUploadOptions
public enum class SubscriberUploadOptions
type SubscriberUploadOptions
public enum SubscriberUploadOptions

Membri

Nome membro Descrizione
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.

Osservazioni

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.