3.1.1.1.45.1 Data Model
RecordId: A primary key. A 64-bit signed integer that is unique for each entry in the table. The data store assigns a unique value when a new row is inserted into the table.
FailoverRelationId: A foreign key (ADM_DhcpFailoverRelationTable, RecordId) on update cascade on delete cascade.
ScopeId: A foreign key (ADM_DHCPScopesTable, RecordId) on update cascade on delete cascade.