ReplicationServer.EnumDistributionPublishers 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 the Publishers using the currently connected instance of Microsoft SQL Server as their Distributor.
public:
System::Collections::ArrayList ^ EnumDistributionPublishers();
public System.Collections.ArrayList EnumDistributionPublishers ();
member this.EnumDistributionPublishers : unit -> System.Collections.ArrayList
Public Function EnumDistributionPublishers () As ArrayList
Returns
An ArrayList of DistributionPublisher objects.
Remarks
DistributionPublisher objects are returned with their properties loaded.
The EnumDistributionPublishers method can be called by members of the sysadmin fixed server role at the Distributor, members of the db_owner and replmonitor fixed database roles in the distribution database, and users in the publication access list (PAL) for any publication using this distribution database.
The EnumDistributionPublishers method is equivalent to the sp_helpdistpublisher (Transact-SQL) stored procedure.