DistributionPublisher.EnumRegisteredSubscribers Method

Definition

Returns information stored at the Distributor about Subscribers to publications at this Publisher.

public:
 System::Collections::ArrayList ^ EnumRegisteredSubscribers();
public System.Collections.ArrayList EnumRegisteredSubscribers ();
member this.EnumRegisteredSubscribers : unit -> System.Collections.ArrayList
Public Function EnumRegisteredSubscribers () As ArrayList

Returns

An ArrayList of registered subscribers.

Remarks

This method is only supported for non-SQL Server Publishers. For a SQL Server Publisher, use EnumRegisteredSubscribers.

The EnumRegisteredSubscribers method can only be called by members of the sysadmin fixed server role at the Distributor, by members of the db_owner fixed database role on the distribution database, or by a user in the publication access list (PAL) for a publication.

Calling EnumRegisteredSubscribers equivalent to executing sp_helpsubscriberinfo.

Applies to