DistributionPublisher.EnumDistributionPublications 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 information stored at the Distributor about publications at this Publisher.
public:
System::Collections::ArrayList ^ EnumDistributionPublications();
public System.Collections.ArrayList EnumDistributionPublications ();
member this.EnumDistributionPublications : unit -> System.Collections.ArrayList
Public Function EnumDistributionPublications () As ArrayList
Returns
An ArrayList of distribution publications.
Remarks
The EnumDistributionPublications method can only be called by members of the db_owner
or replmonitor
fixed database roles on the distribution database or by a user in the publication access list (PAL) for a publication.