ReplicationDatabase.EnumMergePublications Method
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.
Returns a list of merge publications that use the replication database.
public:
System::Collections::ArrayList ^ EnumMergePublications();
public System.Collections.ArrayList EnumMergePublications ();
member this.EnumMergePublications : unit -> System.Collections.ArrayList
Public Function EnumMergePublications () As ArrayList
Returns
An ArrayList of MergePublication objects.
Remarks
EnumMergePublications should only be called on a publication database.
EnumMergePublications returns all merge publications for members of the db_owner
and replmonitor
fixed database roles. For all other users, EnumMergePublications returns only publications for which the user is a member of the publication access list (PAL).
Calling EnumMergePublications is equivalent to executing sp_helpmergepublication (Transact-SQL).