Udostępnij przez


ReplicationTable Members

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
ms158295.pubproperty(pl-pl,SQL.100).gif CachePropertyChanges  Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (inherited from ReplicationObject)
ms158295.pubproperty(pl-pl,SQL.100).gif ConnectionContext  Gets or sets the connection to an instance of Microsoft SQL Server. (inherited from ReplicationObject)
ms158295.pubproperty(pl-pl,SQL.100).gif DatabaseName Gets or sets the name of the database that contains the replication table.
ms158295.pubproperty(pl-pl,SQL.100).gif HasBigIntColumn Gets whether or not the table has at least one column of the bigint data type.
ms158295.pubproperty(pl-pl,SQL.100).gif HasBigIntIdentityColumn Gets whether or not the table has at least one identity column of the bigint data type.
ms158295.pubproperty(pl-pl,SQL.100).gif HasColumnSetColumn Gets whether the table has a column set defined.
ms158295.pubproperty(pl-pl,SQL.100).gif HasGuidColumn Gets whether or not the table has at least one globally unique identifier column.
ms158295.pubproperty(pl-pl,SQL.100).gif HasHierarchyidColumn Gets whether the table has a hierarchyid type column.
ms158295.pubproperty(pl-pl,SQL.100).gif HasIdentityColumn Gets whether or not the table has at least one identity column.
ms158295.pubproperty(pl-pl,SQL.100).gif HasIdentityNotForReplicationColumn Gets whether or not the table has an identity column with the NOT FOR REPLICATION option set.
ms158295.pubproperty(pl-pl,SQL.100).gif HasImprecisePKColumn Gets whether or not an imprecise computed column is used as part of the primary key.
ms158295.pubproperty(pl-pl,SQL.100).gif HasPrimaryKey Gets whether or not the table has a primary key.
ms158295.pubproperty(pl-pl,SQL.100).gif HasRowVersionColumn Gets whether or not a column exists in the table with the name msrepl_tran_version.
ms158295.pubproperty(pl-pl,SQL.100).gif HasSparseColumn Gets whether the table has a column with the SPARSE attribute.
ms158295.pubproperty(pl-pl,SQL.100).gif HasSqlVariantColumn Gets whether or not the table has a sql_variant type column.
ms158295.pubproperty(pl-pl,SQL.100).gif HasTimestampColumn Gets whether or not the table has a timestamp type column.
ms158295.pubproperty(pl-pl,SQL.100).gif IsExistingObject  Gets whether the object exists on the server or not. (inherited from ReplicationObject)
ms158295.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of the table.
ms158295.pubproperty(pl-pl,SQL.100).gif OwnerName Gets or sets the name of table owner.
ms158295.pubproperty(pl-pl,SQL.100).gif PublishedInMerge Gets whether or not the table is published in a merge publication.
ms158295.pubproperty(pl-pl,SQL.100).gif PublishedInPeerToPeerPublication Gets whether or not the table is published in a peer-to-peer transactional replication topology.
ms158295.pubproperty(pl-pl,SQL.100).gif PublishedInQueuedTransactions Gets whether or not the table is published by a publication that supports queued updating subscriptions.
ms158295.pubproperty(pl-pl,SQL.100).gif SqlServerName  Gets the name of the Microsoft SQL Server instance to which this object is connected. (inherited from ReplicationObject)
ms158295.pubproperty(pl-pl,SQL.100).gif TableId Gets the object ID of the table.
ms158295.pubproperty(pl-pl,SQL.100).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
ms158295.pubmethod(pl-pl,SQL.100).gif CommitPropertyChanges  Sends all the cached property change statements to the instance of Microsoft SQL Server. (inherited from ReplicationObject)
ms158295.pubmethod(pl-pl,SQL.100).gif Decouple  Decouples the referenced replication object from the server. (inherited from ReplicationObject)
ms158295.pubmethod(pl-pl,SQL.100).gif EnumIdentityRangeInfo Returns identity range information about articles based on the table.
ms158295.pubmethod(pl-pl,SQL.100).gif EnumReplicationColumns Returns the columns from the table that can be replicated.
ms158295.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms158295.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms158295.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms158295.pubmethod(pl-pl,SQL.100).gif Load  Loads the properties of an existing object from the server. (inherited from ReplicationObject)
ms158295.pubmethod(pl-pl,SQL.100).gif LoadProperties  Loads the properties of an existing object from the server. (inherited from ReplicationObject)
ms158295.pubmethod(pl-pl,SQL.100).gifms158295.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms158295.pubmethod(pl-pl,SQL.100).gif Refresh  Reloads the properties of the object. (inherited from ReplicationObject)
ms158295.pubmethod(pl-pl,SQL.100).gif ReplicationAddColumn Adds a column to a table that is already published in one or more publications.
ms158295.pubmethod(pl-pl,SQL.100).gif ReplicationDropColumn Removes a column from a table that is published in one or more publications.
ms158295.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms158295.protmethod(pl-pl,SQL.100).gif CheckValidCreation  (inherited from ReplicationObject )
ms158295.protmethod(pl-pl,SQL.100).gif CheckValidDefinition  (inherited from ReplicationObject )
ms158295.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms158295.protmethod(pl-pl,SQL.100).gif GetChangeCommand  (inherited from ReplicationObject )
ms158295.protmethod(pl-pl,SQL.100).gif GetCreateCommand  (inherited from ReplicationObject )
ms158295.protmethod(pl-pl,SQL.100).gif GetDropCommand  (inherited from ReplicationObject )
ms158295.protmethod(pl-pl,SQL.100).gif InternalRefresh  (inherited from ReplicationObject )
ms158295.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top