Compartir a través de


ReplicationTable Miembros

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

El tipo ReplicationTable expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ReplicationTable() () () () Creates a new instance of the ReplicationTable class.
Método publico 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.

Principio

Métodos

  Nombre Descripción
Método protegido CheckValidCreation Infraestructura. (Se hereda de ReplicationObject).
Método protegido CheckValidDefinition Infraestructura. (Se hereda de ReplicationObject).
Método publico CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Se hereda de ReplicationObject).
Método publico Decouple Decouples the referenced replication object from the server. (Se hereda de ReplicationObject).
Método publico EnumIdentityRangeInfo Returns identity range information about articles based on the table.
Método publico EnumReplicationColumns Returns the columns from the table that can be replicated.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método protegido GetChangeCommand Infraestructura. (Se hereda de ReplicationObject).
Método protegido GetCreateCommand Infraestructura. (Se hereda de ReplicationObject).
Método protegido GetDropCommand Infraestructura. (Se hereda de ReplicationObject).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido InternalRefresh Infraestructura. (Se hereda de ReplicationObject).
Método publico Load Loads the properties of an existing object from the server. (Se hereda de ReplicationObject).
Método publico LoadProperties Loads the properties of an existing object from the server. (Se hereda de ReplicationObject).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico Refresh Reloads the properties of the object. (Se hereda de ReplicationObject).
Método publico ReplicationAddColumn Adds a column to a table that is already published in one or more publications.
Método publico ReplicationDropColumn Removes a column from a table that is published in one or more publications.
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Se hereda de ReplicationObject).
Propiedad pública ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Se hereda de ReplicationObject).
Propiedad pública DatabaseName Gets or sets the name of the database that contains the replication table.
Propiedad pública HasBigIntColumn Gets whether or not the table has at least one column of the bigint data type.
Propiedad pública HasBigIntIdentityColumn Gets whether or not the table has at least one identity column of the bigint data type.
Propiedad pública HasColumnSetColumn Gets whether the table has a column set defined.
Propiedad pública HasGuidColumn Gets whether or not the table has at least one globally unique identifier column.
Propiedad pública HasHierarchyidColumn Gets whether the table has a hierarchyid type column.
Propiedad pública HasIdentityColumn Gets whether or not the table has at least one identity column.
Propiedad pública HasIdentityNotForReplicationColumn Gets whether or not the table has an identity column with the NOT FOR REPLICATION option set.
Propiedad pública HasImprecisePKColumn Gets whether or not an imprecise computed column is used as part of the primary key.
Propiedad pública HasPrimaryKey Gets whether or not the table has a primary key.
Propiedad pública HasRowVersionColumn Gets whether or not a column exists in the table with the name msrepl_tran_version.
Propiedad pública HasSparseColumn Gets whether the table has a column with the SPARSE attribute.
Propiedad pública HasSqlVariantColumn Gets whether or not the table has a sql_variant type column.
Propiedad pública HasTimestampColumn Gets whether or not the table has a timestamp type column.
Propiedad pública IsExistingObject Gets whether the object exists on the server or not. (Se hereda de ReplicationObject).
Propiedad pública Name Gets or sets the name of the table.
Propiedad pública OwnerName Gets or sets the name of table owner.
Propiedad pública PublishedInMerge Gets whether or not the table is published in a merge publication.
Propiedad pública PublishedInPeerToPeerPublication Gets whether or not the table is published in a peer-to-peer transactional replication topology.
Propiedad pública PublishedInQueuedTransactions Gets whether or not the table is published by a publication that supports queued updating subscriptions.
Propiedad pública SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Se hereda de ReplicationObject).
Propiedad pública TableId Gets the object ID of the table.
Propiedad pública UserData Gets or sets an object property that allows users to attach their own data to the object. (Se hereda de ReplicationObject).

Principio