SubscriberUploadOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates merge article options for updates made at a Subscriber with a client subscription.
public enum class SubscriberUploadOptions
public enum SubscriberUploadOptions
type SubscriberUploadOptions =
Public Enum SubscriberUploadOptions
- Inheritance
-
SubscriberUploadOptions
Fields
Name | Value | Description |
---|---|---|
AllowUpload | 0 | No restrictions. Changes made at the Subscriber are uploaded to the Publisher. |
DisableUploadAllowSubscriberChanges | 1 | Changes are allowed at the Subscriber, but they are not uploaded to the Publisher. |
DisableUploadDisallowSubscriberChanges | 2 | Changes are not allowed at the Subscriber. |
Remarks
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.