[This is pre-release documentation and subject to change in future releases. This topic's current status is: Milestone-Ready]

Topic Last Modified: 2010-07-18

Each record represents one location reference in an emergency call, like E9-1-1 call.

Column Data Type Key/Index Details

SessionIdTime

datetime

Primary, Foreign

Time of session request; used in conjunction with SessionIdSeq to uniquely identify a session. Reference to the Dialogs Table.

SessionIdSeq

int

Primary, Foreign

ID number to identify the session. Used in conjunction with SessionIdTime to uniquely identify a session. Reference to the Dialogs Table.

Location

nvarchar(max)

Location of emergency call.