2.4.707 brtModelRelationship

The brtModelRelationship record specifies properties of a single relationship in spreadsheet data model (as specified in [MS-XLDM]).


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

FRTHeader

irstFromTable (variable)

...

irstFromColumn (variable)

...

irstToTable (variable)

...

irstToColumn (variable)

...

FRTHeader (4 bytes): An FRTBlank (section 2.5.55) that specifies the future record (section 2.1.6) information for this record.

irstFromTable (variable): An XLWideString (section 2.5.169) that specifies the name of the spreadsheet data model table to which foreign key column of this relationship belongs.

irstFromColumn (variable): An XLWideString (section 2.5.169) that specifies the name of the spreadsheet data model table column which is the foreign key column of this relationship.

irstToTable (variable): An XLWideString (section 2.5.169) that specifies the name of the spreadsheet data model table to which primary key column of this relationship belongs.

irstToColumn (variable): An XLWideString (section 2.5.169) that specifies the name of the spreadsheet data model table column which is the primary key column of this relationship.