EnableMergePublishing Property
Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.
The EnableMergePublishing property enables or disables merge replication publication.
Syntax
object
.EnableMergePublishing [=value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
TRUE or FALSE
Data Type
Boolean
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetEnableMergePublishing(LPBOOL pRetVal);
HRESULT SetEnableMergePublishing(BOOL NewValue);
Hinweise
If TRUE, the referenced replication database is enabled for merge replication.
If FALSE, the referenced replication database cannot be used for merge replication.