ReplicationServer.EnumRegisteredSubscribers 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 Subscribers that are registered at a 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 RegisteredSubscriber objects.
Remarks
In Microsoft SQL Server 2005, it is no longer required to explicitly register a Subscriber at the Publisher. The EnumRegisteredSubscribers method is provided for backward compatibility with previous versions of SQL Server.