Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Returns information stored at the Distributor about Subscribers to publications at this Publisher.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Function EnumRegisteredSubscribers As ArrayList
'Usage
Dim instance As DistributionPublisher
Dim returnValue As ArrayList
returnValue = instance.EnumRegisteredSubscribers()
public ArrayList EnumRegisteredSubscribers()
public:
ArrayList^ EnumRegisteredSubscribers()
member EnumRegisteredSubscribers : unit -> ArrayList
public function EnumRegisteredSubscribers() : ArrayList
Return Value
Type: System.Collections.ArrayList
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.