MSmerge_identity_range_allocations (Transact-SQL)
MSmerge_identity_range_allocations 資料表用來追蹤針對已發行的發行項,指派識別範圍給發行者和訂閱者的記錄。這份資料表儲存在散發資料庫中。
資料行名稱 |
資料類型 |
描述 |
---|---|---|
publisher_id |
smallint |
發行者的識別碼。 |
publisher_db |
nvarchar(128) |
發行集資料庫的名稱。 |
publication |
nvarchar(128) |
發行集的名稱。 |
article |
nvarchar(128) |
發行項的名稱。 |
subscriber |
nvarchar(128) |
訂閱者的名稱。 |
subscriber_db |
nvarchar(128) |
訂閱資料庫的名稱。 |
is_pub_range |
bit |
列出識別範圍是否被指派給發行者。 |
ranges_allocated |
tinyint |
指派的識別範圍數。 |
range_begin |
numeric(38) |
範圍的起始值。 |
range_end |
numeric(38) |
範圍中的最後一值。 |
next_range_begin |
numeric(38) |
要指派之下一個範圍的起始值。 |
next_range_end |
numeric(38) |
要指派之下一個範圍的最後一個值。 |
max_used |
numeric(38) |
所用的最高識別值。 |
time_of_allocation |
datetime |
指派的時間。 |