SubscriberUploadOptions 列挙体
サブスクライバー側でクライアント サブスクリプションを使用して行われる更新のマージ アーティクル オプションを列挙します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Enumeration SubscriberUploadOptions
'使用
Dim instance As SubscriberUploadOptions
public enum SubscriberUploadOptions
public enum class SubscriberUploadOptions
type SubscriberUploadOptions
public enum SubscriberUploadOptions
メンバー
メンバー名 | 説明 | |
---|---|---|
AllowUpload | 制限はありません。サブスクライバー側で行われた変更は、パブリッシャーにアップロードされます。 | |
DisableUploadAllowSubscriberChanges | サブスクライバー側での変更は可能ですが、パブリッシャーに変更はアップロードされません。 | |
DisableUploadDisallowSubscriberChanges | サブスクライバー側での変更は許可されていません。 |
説明
アーティクルのソース テーブルが既に別のパブリケーションでパブリッシュされている場合、SubscriberUploadOptions の値は両方のアーティクルで同じである必要があります。
この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。
関連項目
参照
Microsoft.SqlServer.Replication 名前空間
SubscriberUploadOptions