다음을 통해 공유


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에서 상속됩니다.)

맨 위로 이동