DistributionPublisher.EnumTransPublications 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 at the Distributor about transactional publications at this Publisher.
public:
System::Collections::ArrayList ^ EnumTransPublications();
public System.Collections.ArrayList EnumTransPublications ();
member this.EnumTransPublications : unit -> System.Collections.ArrayList
Public Function EnumTransPublications () As ArrayList
Returns
An ArrayList of transactional publications.
Remarks
This method is only supported for non-SQL Server Publishers. For a SQL Server Publisher, use EnumTransPublications.
The EnumTransPublications 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 EnumTransPublications is equivalent to executing sp_helppublication at the Distributor.