ReplicationTable.EnumIdentityRangeInfo 메서드
Returns identity range information about articles based on the table.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Function EnumIdentityRangeInfo As ArrayList
‘사용 방법
Dim instance As ReplicationTable
Dim returnValue As ArrayList
returnValue = instance.EnumIdentityRangeInfo()
public ArrayList EnumIdentityRangeInfo()
public:
ArrayList^ EnumIdentityRangeInfo()
member EnumIdentityRangeInfo : unit -> ArrayList
public function EnumIdentityRangeInfo() : ArrayList
반환 값
유형: System.Collections.ArrayList
An ArrayList of identity range information.
주의
The EnumIdentityRangeInfo method can only be called by members of the db_owner fixed database role on the publication database or by users in the publication access list (PAL) for the publication.