Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents information on a table object that is required by replication.
The following tables list the members exposed by the ReplicationTable type.
Public Constructors
| Name | Description | |
|---|---|---|
| ReplicationTable | Overloaded. Creates a new instance of the ReplicationTable class. | 
Top
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | CachePropertyChanges | Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (inherited from ReplicationObject) | 
| .gif) | ConnectionContext | Gets or sets the connection to an instance of Microsoft SQL Server. (inherited from ReplicationObject) | 
| .gif) | DatabaseName | Gets or sets the name of the database that contains the replication table. | 
| .gif) | HasBigIntColumn | Gets whether or not the table has at least one column of the bigint data type. | 
| .gif) | HasBigIntIdentityColumn | Gets whether or not the table has at least one identity column of the bigint data type. | 
| .gif) | HasGuidColumn | Gets whether or not the table has at least one globally unique identifier column. | 
| .gif) | HasIdentityColumn | Gets whether or not the table has at least one identity column. | 
| .gif) | HasIdentityNotForReplicationColumn | Gets whether or not the table has an identity column with the NOT FOR REPLICATION option set. | 
| .gif) | HasImprecisePKColumn | Gets whether or not an imprecise computed column is used as part of the primary key. | 
| .gif) | HasPrimaryKey | Gets whether or not the table has a primary key. | 
| .gif) | HasRowVersionColumn | Gets whether or not a column exists in the table with the name msrepl_tran_version. | 
| .gif) | HasSqlVariantColumn | Gets whether or not the table has a sql_variant type column. | 
| .gif) | HasTimestampColumn | Gets whether or not the table has a timestamp type column. | 
| .gif) | IsExistingObject | Gets whether the object exists on the server or not. (inherited from ReplicationObject) | 
| .gif) | Name | Gets or sets the name of the table. | 
| .gif) | OwnerName | Gets or sets the name of table owner. | 
| .gif) | PublishedInMerge | Gets whether or not the table is published in a merge publication. | 
| .gif) | PublishedInPeerToPeerPublication | Gets whether or not the table is published in a peer-to-peer transactional replication topology. | 
| .gif) | PublishedInQueuedTransactions | Gets whether or not the table is published by a publication that supports queued updating subscriptions. | 
| .gif) | SqlServerName | Gets the name of the Microsoft SQL Server instance to which this object is connected. (inherited from ReplicationObject) | 
| .gif) | TableId | Gets the object ID of the table. | 
| .gif) | UserData | Gets or sets an object property that allows users to attach their own data to the object. (inherited from ReplicationObject) | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | CommitPropertyChanges | Sends all the cached property change statements to the instance of Microsoft SQL Server. (inherited from ReplicationObject) | 
| .gif) | Decouple | Decouples the referenced replication object from the server. (inherited from ReplicationObject) | 
| .gif) | EnumIdentityRangeInfo | Returns identity range information about articles based on the table. | 
| .gif) | EnumReplicationColumns | Returns the columns from the table that can be replicated. | 
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | Load | Loads the properties of an existing object from the server. (inherited from ReplicationObject) | 
| .gif) | LoadProperties | Loads the properties of an existing object from the server. (inherited from ReplicationObject) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | Refresh | Reloads the properties of the object. (inherited from ReplicationObject) | 
| .gif) | ReplicationAddColumn | Adds a column to a table that is already published in one or more publications. | 
| .gif) | ReplicationDropColumn | Removes a column from a table that is published in one or more publications. | 
| .gif) | ToString | (inherited from Object ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | CheckValidCreation | (inherited from ReplicationObject ) | 
| .gif) | CheckValidDefinition | (inherited from ReplicationObject ) | 
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | GetChangeCommand | (inherited from ReplicationObject ) | 
| .gif) | GetCreateCommand | (inherited from ReplicationObject ) | 
| .gif) | GetDropCommand | (inherited from ReplicationObject ) | 
| .gif) | InternalRefresh | (inherited from ReplicationObject ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
See Also
Reference
ReplicationTable Class
Microsoft.SqlServer.Replication Namespace