Поделиться через


Элементы DistributionArticle

Represents information about an article published in a transactional or snapshot publication stored at the Distributor.

Тип DistributionArticle предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DistributionArticle() () () () Creates a new instance of the DistributionArticle class.
Открытый метод DistributionArticle(String, String, String, String, String, ServerConnection) Creates a new instance of the DistributionArticle class with the required properties and a connection to the Distributor.

В начало

Методы

  Имя Описание
Защищенный метод CheckValidCreation Инфраструктура. (Наследуется из ReplicationObject.)
Защищенный метод CheckValidDefinition Инфраструктура. (Наследуется из ReplicationObject.)
Открытый метод CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Наследуется из ReplicationObject.)
Открытый метод Create Creates the article metadata at the Distributor.
Открытый метод Decouple Decouples the referenced replication object from the server. (Наследуется из ReplicationObject.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Защищенный метод GetChangeCommand Инфраструктура. (Наследуется из ReplicationObject.)
Защищенный метод GetCreateCommand Инфраструктура. (Наследуется из ReplicationObject.)
Защищенный метод GetDropCommand Инфраструктура. (Наследуется из ReplicationObject.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод InternalRefresh Инфраструктура. (Наследуется из ReplicationObject.)
Открытый метод Load Loads the properties of an existing object from the server. (Наследуется из ReplicationObject.)
Открытый метод LoadProperties Loads the properties of an existing object from the server. (Наследуется из ReplicationObject.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Refresh Reloads the properties of the object. (Наследуется из ReplicationObject.)
Открытый метод Remove Removes article metadata from the Distributor.
Открытый метод Script Generates a Transact-SQL script that can be used to create or delete the article with the specified properties.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство ArticleId Gets or sets the ID value for the article.
Открытое свойство CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Наследуется из ReplicationObject.)
Открытое свойство ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Наследуется из ReplicationObject.)
Открытое свойство Description Gets or sets a description for the article.
Открытое свойство DistributionDBName Gets or sets the name of the distribution database that contains the article metadata.
Открытое свойство IsExistingObject Gets whether the object exists on the server or not. (Наследуется из ReplicationObject.)
Открытое свойство Name Gets or sets the name of the article.
Открытое свойство PublicationDBName Gets or sets the name of the publication database.
Открытое свойство PublicationName Gets or sets the name of the publication that contains the article.
Открытое свойство PublisherName Gets or sets the name of the Publisher.
Открытое свойство SourceObjectName Gets or sets the database object that provides the article data.
Открытое свойство SourceObjectOwner Gets or sets the owner of the database object that provides the article data.
Открытое свойство SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Наследуется из ReplicationObject.)
Открытое свойство UserData Gets or sets an object property that allows users to attach their own data to the object. (Наследуется из ReplicationObject.)

В начало