Partager via


Membres TransArticle

Represents an article in a transactional publication.

Le type TransArticle expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique TransArticle() () () () Creates a new instance of the TransArticle class.
Méthode publique TransArticle(String, String, String, ServerConnection) Creates a new instance of the TransArticle class, with the required properties and with the specified connection to the instance of Microsoft SQL Server.

Haut de la page

Méthodes

  Nom Description
Méthode publique AddReplicatedColumns Includes columns in a vertically partitioned table article.
Méthode protégée CheckValidCreation Infrastructure. (Hérité de Article.)
Méthode protégée CheckValidDefinition Infrastructure. (Hérité de Article.)
Méthode publique CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Hérité de ReplicationObject.)
Méthode publique Create Creates a new article on the currently connected instance of SQL Server based on the current properties of the TransArticle object or the MergeArticle object. (Hérité de Article.)
Méthode publique Decouple Decouples the referenced replication object from the server. (Hérité de ReplicationObject.)
Méthode publique EnumHeterogeneousColumns Returns column information for a table article published by a non-SQL Server Publisher.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode protégée GetChangeCommand Infrastructure. (Hérité de ReplicationObject.)
Méthode protégée GetCreateCommand Infrastructure. (Hérité de ReplicationObject.)
Méthode protégée GetDropCommand Infrastructure. (Hérité de ReplicationObject.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée InternalRefresh Infrastructure. (Hérité de ReplicationObject.)
Méthode publique ListReplicatedColumns Returns the published columns in a table article.
Méthode publique Load Loads the properties of an existing object from the server. (Hérité de ReplicationObject.)
Méthode publique LoadProperties Loads the properties of an existing object from the server. (Hérité de ReplicationObject.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Refresh Reloads the properties of the object. (Hérité de ReplicationObject.)
Méthode publique Remove Removes an existing article on the currently connected instance of SQL Server based on the current properties of the TransArticle object or the MergeArticle object. (Hérité de Article.)
Méthode publique RemoveReplicatedColumns Excludes columns from a vertically partitioned table article.
Méthode publique Script Generates a Transact-SQL script that can be executed to create or delete the TransArticle object or the MergeArticle object on the server. (Hérité de Article.)
Méthode publique ScriptChangeColumnDestinationDataType Returns a Transact-SQL script used to change the column data type mapping for a non-SQL Server Publisher. 
Méthode publique SetColumnDestinationDataType Sets the column data type mapping for a non-SQL Server Publisher.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ArticleId Gets the article ID value. (Hérité de Article.)
Propriété publique ArticleLogTablespace Gets or sets the name of the Oracle tablespace used to store replication log information.
Propriété publique CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Hérité de ReplicationObject.)
Propriété publique CommandFormat Gets or sets how changes are propagated for the article.
Propriété publique ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Hérité de ReplicationObject.)
Propriété protégée CreateArticleAsHeterogeneous (Hérité de Article.)
Propriété publique CreationScript Gets or sets the name and full path of the Transact-SQL script file that is used to create the destination object at the Subscriber. (Hérité de Article.)
Propriété publique DatabaseName Gets or sets the name of the database that contains the data and the objects that are published in the article. (Hérité de Article.)
Propriété publique DatatypeMappingOptions Returns whether the default article data type mapping is used for a non-SQL Server Publisher.
Propriété publique DeleteCommand Gets or sets the command used to replicate deletes.
Propriété publique Description Gets or sets a textual description of the article. (Hérité de Article.)
Propriété publique DestinationObjectName Gets or sets the database object that is the source database object for the article at the Subscriber. (Hérité de Article.)
Propriété publique DestinationObjectOwner Gets or sets the schema owner of the source database object for the article at the Subscriber. (Hérité de Article.)
Propriété publique FilterClause Gets or sets the WHERE clause used to filter the article horizontally.
Propriété publique FilterProcName Gets or sets the stored procedure (created with FOR REPLICATION) used to filter the table horizontally.
Propriété publique FilterProcOwner Gets or sets the database user who owns the stored procedure that is used to horizontally partition a table-based article.
Propriété publique IdentityRangeManagementOption Gets or sets the identity range management options for the article. (Hérité de Article.)
Propriété publique IdentityRangeThreshold Gets or sets the value at which a new range of identity column values are assigned to a Publisher or to a Subscriber. (Hérité de Article.)
Propriété publique InsertCommand Gets or sets the command used to replicate inserts.
Propriété publique IsExistingObject Gets whether the object exists on the server or not. (Hérité de ReplicationObject.)
Propriété publique Name Gets or sets the name of the article. (Hérité de Article.)
Propriété publique PreCreationMethod Gets or sets the action to take when the published object already exists in the subscription database. (Hérité de Article.)
Propriété publique PublicationName Gets or sets the name of the publication to which the article belongs. (Hérité de Article.)
Propriété publique PublisherIdentityRangeSize For a TransArticle object, gets or sets the range of identity values assigned to table columns at the Publisher. For a MergeArticle object, gets or sets the range of identity values assigned to table columns at Subscribers that have server subscriptions. (Hérité de Article.)
Propriété publique PublisherName Gets or sets the name of the non-SQL Server Publisher that publishes the article.
Propriété publique SchemaOption Gets or sets the schema creation options for an article. (Hérité de Article.)
Propriété publique SnapshotObjectName Gets or sets the database object that provides the initial data snapshot for the article.
Propriété publique SnapshotObjectOwner Gets or sets the owner of the database object that provides the initial data snapshot for the article.
Propriété publique SourceObjectName Gets or sets the name of the database object that is being published. (Hérité de Article.)
Propriété publique SourceObjectOwner Gets or sets the owner of the database object that is being published. (Hérité de Article.)
Propriété publique SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Hérité de ReplicationObject.)
Propriété publique SubscriberIdentityRangeSize Gets or sets the maximum number of new rows that can be inserted into an identity column in a table at a Subscriber before another identity range must be allocated. (Hérité de Article.)
Propriété publique Type Gets or sets the type of article. (Hérité de Article.)
Propriété publique UpdateCommand Gets or sets the command used to replicate updates.
Propriété publique UserData Gets or sets an object property that allows users to attach their own data to the object. (Hérité de ReplicationObject.)
Propriété publique VerticalPartition Specifies whether all columns are published in a table article. (Hérité de Article.)

Haut de la page