在此目录视图中,每个(约定、消息类型)对对应一行。
| 列名 | 数据类型 | 说明 | 
|---|---|---|
| service_contract_id | int | 使用消息类型的约定的标识符。非 NULLABLE。 | 
| message_type_id | int | 约定所使用的消息类型的标识符。非 NULLABLE。 | 
| is_sent_by_initiator | bit | 可由会话发起方发送消息类型。非 NULLABLE。 | 
| is_sent_by_target | bit | 可由会话目标发送消息类型。非 NULLABLE。 |