sys.routes (Transact-SQL)
在目录视图中,每个路由对应一行。Service Broker 使用路由定位服务的网络地址。
列名 | 数据类型 | 说明 |
---|---|---|
name |
sysname |
路由名称,在数据库中唯一。非 NULLABLE。 |
route_id |
int |
路由的标识符。非 NULLABLE。 |
principal_id |
int |
拥有路由的数据库主体的标识符。NULLABLE。 |
remote_service_name |
nvarchar(256) |
远程服务的名称。NULLABLE。 |
broker_instance |
nvarchar(128) |
承载远程服务的 Broker 的标识符。NULLABLE。 |
lifetime |
datetime |
路由的过期日期和时间。注意,该值不使用本地时区,而是显示 UTC 的过期时间。NULLABLE。 |
address |
nvarchar(256) |
Service Broker 将远程服务的消息发送到的网络地址。NULLABLE。 |
mirror_address |
nvarchar(256) |
在地址中指定的服务器镜像伙伴的网络地址。NULLABLE。 |