Compartir a través de


DistributionPublication Miembros

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

El tipo DistributionPublication expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico DistributionPublication() () () () Creates a new instance of the DistributionPublication class.
Método publico 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.

Principio

Métodos

  Nombre Descripción
Método protegido CheckValidCreation Infraestructura. (Se hereda de ReplicationObject).
Método protegido CheckValidDefinition Infraestructura. (Se hereda de ReplicationObject).
Método publico CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Se hereda de ReplicationObject).
Método publico Create Creates the publication metadata at the Distributor.
Método publico Decouple Decouples the referenced replication object from the server. (Se hereda de ReplicationObject).
Método publico EnumDistributionArticles Returns information maintained at the Distributor on articles in this publication.
Método publico EnumDistributionSubscriptions Returns information maintained at the Distributor for subscriptions to this publication.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido GetChangeCommand Infraestructura. (Se hereda de ReplicationObject).
Método protegido GetCreateCommand Infraestructura. (Se hereda de ReplicationObject).
Método protegido GetDropCommand Infraestructura. (Se hereda de ReplicationObject).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido InternalRefresh Infraestructura. (Se hereda de ReplicationObject).
Método publico Load Loads the properties of an existing object from the server. (Se hereda de ReplicationObject).
Método publico LoadProperties Loads the properties of an existing object from the server. (Se hereda de ReplicationObject).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Refresh Reloads the properties of the object. (Se hereda de ReplicationObject).
Método publico Remove Removes metadata for the publication from the Distributor.
Método publico Script Generates a Transact-SQL script that can be used to create or remove the publication metadata at the Distributor.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

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

Principio