sys.remote_service_bindings (Transact-SQL)

每个远程服务绑定都在该目录视图中占一行。

列名 数据类型 说明

name

sysname

该远程服务绑定的名称。非 NULLABLE。

remote_service_binding_id

int

该远程服务绑定的 ID。非 NULLABLE。

principal_id

int

拥有该远程服务绑定的数据库主体的 ID。NULLABLE。

remote_service_name

nvarchar(256)

应用该绑定的远程服务的名称。NULLABLE。

service_contract_id

int

应用该绑定的约定的 ID。值 0 为通配符,表示该绑定应用于服务的所有约定。非 NULLABLE。

remote_principal_id

int

远程服务绑定中指定的用户的 ID。Service Broker 使用该用户拥有的证书与指定约定中的指定服务进行通信。NULLABLE。

is_anonymous_on

bit

该远程服务绑定使用 ANONYMOUS 安全性。未向目标服务提供开始会话的用户的标识。非 NULLABLE。

请参阅

其他资源

Service Broker 的安全注意事项

帮助和信息

获取 SQL Server 2005 帮助