DistributionPublisher.DistributionPublications Property
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.
Gets the publications that exist at the Publisher.
public:
property Microsoft::SqlServer::Replication::DistributionPublicationCollection ^ DistributionPublications { Microsoft::SqlServer::Replication::DistributionPublicationCollection ^ get(); };
public Microsoft.SqlServer.Replication.DistributionPublicationCollection DistributionPublications { get; }
member this.DistributionPublications : Microsoft.SqlServer.Replication.DistributionPublicationCollection
Public ReadOnly Property DistributionPublications As DistributionPublicationCollection
Property Value
A collection of DistributionPublication objects.
Remarks
A DistributionPublication object in the returned DistributionPublicationCollection can be accessed from the Item[] property. This can be done using an [Int32] index value or using a [String, String] index value that is composed of the PublicationDBName and PublicationName properties that define the publication at the Distributor.
The DistributionDatabase property can only be retrieved by members of the sysadmin
fixed server role at the Distributor.
Retrieving the DistributionDatabase property is equivalent to executing sp_helpdistpublisher.