IdentityRangeInfo 클래스

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

상속 계층

System.Object
  Microsoft.SqlServer.Replication.IdentityRangeInfo

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public NotInheritable Class IdentityRangeInfo
‘사용 방법
Dim instance As IdentityRangeInfo
public sealed class IdentityRangeInfo
public ref class IdentityRangeInfo sealed
[<SealedAttribute>]
type IdentityRangeInfo =  class end
public final class IdentityRangeInfo

IdentityRangeInfo 유형에서 다음 멤버를 표시합니다.

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

IdentityRangeInfo also contains information about current identity properties of a published object.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스

EnumIdentityRangeInfo