Freigeben über


DistributionPublication Object

Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

The DistributionPublication object exposes the properties of a Distributor's image of a snapshot, transactional, or merge replication publication.

SQL-DMO-Objektmodell, das das aktuelle Objekt anzeigt

Properties

ID Property

PublicationDB Property

LogReaderAgent Property

PublicationType Property

Name Property

SnapshotAgent Property

PublicationAttributes Property

VendorName Property

Methods

BeginAlter Method

EnumSnapshotAgentView Method

CancelAlter Method

EnumSubscriptionViews Method

DoAlter Method

GetAgentsStatus Method (DistributionPublication, DistributionPublisher)

EnumLogReaderAgentView Method

Remove Method (Objects)

Hinweise

For snapshot and transactional replication, a replication Distributor maintains an image of articles defining a publication. The Distributor replicates the articles to Subscribers, enabling one type of replication load balancing.

Use DistributionPublication object methods to monitor merge replication.

There is no requirement that an instance of Microsoft SQL Server create Distributor-maintained data images. Snapshot and transactional replication publications created on the Distributor enable one type of third-party, or heterogeneous, replication.

With the DistributionPublication object, you can:

  • Create a heterogeneous replication publication.
  • Configure replication agent use.
  • Remove a heterogeneous replication publication.
  • Monitor replication agents implementing publications.
ms138061.note(de-de,SQL.90).gifHinweis:
DistributionPublication object properties are read/write only if the object is being used to create a distribution publication. If a DistributionPublication object references a Distributor's image of an existing publication, all properties are read-only.

The DistributionPublication object is compatible with instances of SQL Server 2000 and SQL Server version 7.0. However, the DistributionPublication2 object extends the functionality of the DistributionPublication object for use with features that were introduced in SQL Server 2000.

Siehe auch

Verweis

DistributionPublication2 Object

Hilfe und Informationen

Informationsquellen für SQL Server 2005