IdentityRangeInfo-Member

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

Der IdentityRangeInfo-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode IdentityRangeInfo Creates a new instance of the IdentityRangeInfo class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CurrentIdentityValue Gets or sets the last identity value generated.
Öffentliche Eigenschaft IdentityIncrement Gets or sets the increment value.
Öffentliche Eigenschaft IdentityRangeManagementOption Gets or sets the identity range management options used by replication.
Öffentliche Eigenschaft IdentityRangeThreshold Gets or sets the value that determines when a new identity range is assigned to the Publisher or Subscriber.
Öffentliche Eigenschaft InRepublishing Gets or sets whether the article exists at a republishing Subscriber in a merge replication topology.
Öffentliche Eigenschaft MaximumIdentityValue Gets or sets the maximum value of the identity column.
Öffentliche Eigenschaft NextStartingSeed Gets the starting point of the next range if automatic identity range is enabled.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft TablePublished Gets or sets whether the table is published in an existing publication.
Öffentliche Eigenschaft UserData Gets or sets an object property value that allows users to attach their own data to this object.

Zum Anfang