Поделиться через


Элементы ReplicationTable

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

Тип ReplicationTable предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ReplicationTable() () () () Creates a new instance of the ReplicationTable class.
Открытый метод 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.

В начало

Методы

  Имя Описание
Защищенный метод CheckValidCreation Инфраструктура. (Наследуется из ReplicationObject.)
Защищенный метод CheckValidDefinition Инфраструктура. (Наследуется из ReplicationObject.)
Открытый метод CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Наследуется из ReplicationObject.)
Открытый метод Decouple Decouples the referenced replication object from the server. (Наследуется из ReplicationObject.)
Открытый метод EnumIdentityRangeInfo Returns identity range information about articles based on the table.
Открытый метод EnumReplicationColumns Returns the columns from the table that can be replicated.
Открытый метод 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.)
Открытый метод ReplicationAddColumn Adds a column to a table that is already published in one or more publications.
Открытый метод ReplicationDropColumn Removes a column from a table that is published in one or more publications.
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.)
Открытое свойство DatabaseName Gets or sets the name of the database that contains the replication table.
Открытое свойство HasBigIntColumn Gets whether or not the table has at least one column of the bigint data type.
Открытое свойство HasBigIntIdentityColumn Gets whether or not the table has at least one identity column of the bigint data type.
Открытое свойство HasColumnSetColumn Gets whether the table has a column set defined.
Открытое свойство HasGuidColumn Gets whether or not the table has at least one globally unique identifier column.
Открытое свойство HasHierarchyidColumn Gets whether the table has a hierarchyid type column.
Открытое свойство HasIdentityColumn Gets whether or not the table has at least one identity column.
Открытое свойство HasIdentityNotForReplicationColumn Gets whether or not the table has an identity column with the NOT FOR REPLICATION option set.
Открытое свойство HasImprecisePKColumn Gets whether or not an imprecise computed column is used as part of the primary key.
Открытое свойство HasPrimaryKey Gets whether or not the table has a primary key.
Открытое свойство HasRowVersionColumn Gets whether or not a column exists in the table with the name msrepl_tran_version.
Открытое свойство HasSparseColumn Gets whether the table has a column with the SPARSE attribute.
Открытое свойство HasSqlVariantColumn Gets whether or not the table has a sql_variant type column.
Открытое свойство HasTimestampColumn Gets whether or not the table has a timestamp type column.
Открытое свойство IsExistingObject Gets whether the object exists on the server or not. (Наследуется из ReplicationObject.)
Открытое свойство Name Gets or sets the name of the table.
Открытое свойство OwnerName Gets or sets the name of table owner.
Открытое свойство PublishedInMerge Gets whether or not the table is published in a merge publication.
Открытое свойство PublishedInPeerToPeerPublication Gets whether or not the table is published in a peer-to-peer transactional replication topology.
Открытое свойство PublishedInQueuedTransactions Gets whether or not the table is published by a publication that supports queued updating subscriptions.
Открытое свойство SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Наследуется из ReplicationObject.)
Открытое свойство TableId Gets the object ID of the table.
Открытое свойство UserData Gets or sets an object property that allows users to attach their own data to the object. (Наследуется из ReplicationObject.)

В начало