다음을 통해 공유


IdentityRangeInfo 멤버

Structure that represents identity range management settings for a published article when the source table contains identity columns.

IdentityRangeInfo 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 IdentityRangeInfo Creates a new instance of the IdentityRangeInfo class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 CurrentIdentityValue Gets or sets the last identity value generated.
공용 속성 IdentityIncrement Gets or sets the increment value.
공용 속성 IdentityRangeManagementOption Gets or sets the identity range management options used by replication.
공용 속성 IdentityRangeThreshold Gets or sets the value that determines when a new identity range is assigned to the Publisher or Subscriber.
공용 속성 InRepublishing Gets or sets whether the article exists at a republishing Subscriber in a merge replication topology.
공용 속성 MaximumIdentityValue Gets or sets the maximum value of the identity column.
공용 속성 NextStartingSeed Gets the starting point of the next range if automatic identity range is enabled.
공용 속성 PublisherIdentityRangeSize Gets or sets the identity range size of a published table at the Publisher for transactional replication, or at a republishing Subscriber for merge replication.
공용 속성 SubscriberIdentityRangeSize Gets or sets the identity range size of a table at the Subscriber for transactional replication, or at both the Publisher and Subscriber for merge replication.
공용 속성 TablePublished Gets or sets whether the table is published in an existing publication.
공용 속성 UserData Gets or sets an object property value that allows users to attach their own data to this object.

맨 위로 이동