Freigeben über


DistributionPublication-Member

Represents information about a transactional or snapshot publication stored at the Distributor.

Der DistributionPublication-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DistributionPublication() () () () Creates a new instance of the DistributionPublication class.
Öffentliche Methode DistributionPublication(String, String, String, String, ServerConnection) Creates a new instance of the DistributionPublication class, with the required properties and with a connection to the Distributor.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode CheckValidCreation Infrastruktur. (Geerbt von ReplicationObject.)
Geschützte Methode CheckValidDefinition Infrastruktur. (Geerbt von ReplicationObject.)
Öffentliche Methode CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Geerbt von ReplicationObject.)
Öffentliche Methode Create Creates the publication metadata at the Distributor.
Öffentliche Methode Decouple Decouples the referenced replication object from the server. (Geerbt von ReplicationObject.)
Öffentliche Methode EnumDistributionArticles Returns information maintained at the Distributor on articles in this publication.
Öffentliche Methode EnumDistributionSubscriptions Returns information maintained at the Distributor for subscriptions to this publication.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode GetChangeCommand Infrastruktur. (Geerbt von ReplicationObject.)
Geschützte Methode GetCreateCommand Infrastruktur. (Geerbt von ReplicationObject.)
Geschützte Methode GetDropCommand Infrastruktur. (Geerbt von ReplicationObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode InternalRefresh Infrastruktur. (Geerbt von ReplicationObject.)
Öffentliche Methode Load Loads the properties of an existing object from the server. (Geerbt von ReplicationObject.)
Öffentliche Methode LoadProperties Loads the properties of an existing object from the server. (Geerbt von ReplicationObject.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode Refresh Reloads the properties of the object. (Geerbt von ReplicationObject.)
Öffentliche Methode Remove Removes metadata for the publication from the Distributor.
Öffentliche Methode Script Generates a Transact-SQL script that can be used to create or remove the publication metadata at the Distributor.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Attributes Gets or sets the publication attributes for the distribution publication.
Öffentliche Eigenschaft CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft Description Gets or sets a description for the publication.
Öffentliche Eigenschaft DistributionArticles Returns information about the articles in the publication stored at the Distributor.
Öffentliche Eigenschaft DistributionDBName Gets or sets the name of the distribution database for the publication.
Öffentliche Eigenschaft DistributionSubscriptions Represents information about subscriptions to the publication stored at the Distributor.
Öffentliche Eigenschaft IsExistingObject Gets whether the object exists on the server or not. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft LogReaderAgent Gets or sets the name of the Log Reader Agent job for the transactional publication.
Öffentliche Eigenschaft Name Gets or sets the name of the publication.
Öffentliche Eigenschaft PubId Gets the publication ID.
Öffentliche Eigenschaft PublicationDBName Gets or sets the name of the publication database.
Öffentliche Eigenschaft PublisherName Gets or sets the name of the Publisher.
Öffentliche Eigenschaft SnapshotAgent Gets or sets the name of the Snapshot Agent job for the transactional publication.
Öffentliche Eigenschaft SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft Type Gets or sets the type of replication for this publication.
Öffentliche Eigenschaft UserData Gets or sets an object property that allows users to attach their own data to the object. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft VendorName Gets or sets the product manufacturer of the non-SQL Server Publisher of the publication.

Zum Anfang