Partager via


Membres ReplicationTable

Represents information on a table object that is required by replication.

Le type ReplicationTable expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ReplicationTable() () () () Creates a new instance of the ReplicationTable class.
Méthode publique ReplicationTable(String, String, String, ServerConnection) Creates a new instance of the ReplicationTable class with the specified name and owner, on the specified database, and with the specified connection to an instance of Microsoft SQL Server.

Haut de la page

Méthodes

  Nom Description
Méthode protégée CheckValidCreation Infrastructure. (Hérité de ReplicationObject.)
Méthode protégée CheckValidDefinition Infrastructure. (Hérité de ReplicationObject.)
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 Decouple Decouples the referenced replication object from the server. (Hérité de ReplicationObject.)
Méthode publique EnumIdentityRangeInfo Returns identity range information about articles based on the table.
Méthode publique EnumReplicationColumns Returns the columns from the table that can be replicated.
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 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 ReplicationAddColumn Adds a column to a table that is already published in one or more publications.
Méthode publique ReplicationDropColumn Removes a column from a table that is published in one or more publications.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
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 ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Hérité de ReplicationObject.)
Propriété publique DatabaseName Gets or sets the name of the database that contains the replication table.
Propriété publique HasBigIntColumn Gets whether or not the table has at least one column of the bigint data type.
Propriété publique HasBigIntIdentityColumn Gets whether or not the table has at least one identity column of the bigint data type.
Propriété publique HasColumnSetColumn Gets whether the table has a column set defined.
Propriété publique HasGuidColumn Gets whether or not the table has at least one globally unique identifier column.
Propriété publique HasHierarchyidColumn Gets whether the table has a hierarchyid type column.
Propriété publique HasIdentityColumn Gets whether or not the table has at least one identity column.
Propriété publique HasIdentityNotForReplicationColumn Gets whether or not the table has an identity column with the NOT FOR REPLICATION option set.
Propriété publique HasImprecisePKColumn Gets whether or not an imprecise computed column is used as part of the primary key.
Propriété publique HasPrimaryKey Gets whether or not the table has a primary key.
Propriété publique HasRowVersionColumn Gets whether or not a column exists in the table with the name msrepl_tran_version.
Propriété publique HasSparseColumn Gets whether the table has a column with the SPARSE attribute.
Propriété publique HasSqlVariantColumn Gets whether or not the table has a sql_variant type column.
Propriété publique HasTimestampColumn Gets whether or not the table has a timestamp type column.
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 table.
Propriété publique OwnerName Gets or sets the name of table owner.
Propriété publique PublishedInMerge Gets whether or not the table is published in a merge publication.
Propriété publique PublishedInPeerToPeerPublication Gets whether or not the table is published in a peer-to-peer transactional replication topology.
Propriété publique PublishedInQueuedTransactions Gets whether or not the table is published by a publication that supports queued updating subscriptions.
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 TableId Gets the object ID of the table.
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.)

Haut de la page