Элементы 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.) |
В начало