Remote Service Binding Properties (General Page)
Displays the properties of the selected Service Broker remote service binding. Remote service bindings define the security credentials used to communicate with a service. This page is accessed by right-clicking an existing remote service binding in Object Explorer and clicking Properties.
Options
Name
The name of the remote service binding. The name must be unique within the database.ID
An integer that identifies the remote service binding in the database.Owner
The database principal that owns the remote service binding. The principal that was specified in the AUTHORIZATION clause of CREATE REMOTE SERVICE BINDING or ALTER REMOTE SERVICE BINDING.Remote service
Name of the destination service for which the remote service binding provides connection security credentials.Certificate user
The database principal that owns the certificate associated with the remote service binding. The principal that was specified in the USER clause of CREATE REMOTE SERVICE BINDING or ALTER REMOTE SERVICE BINDING.Is anonymous
Specifies whether connections to the service are anonymous:ON
Specifies that connections are anonymous. No local security credentials are sent on the connection request. Operations at the destination use the public fixed database role.OFF
Specifies that the local security credentials from the remote service binding be sent with the connection request. Operations at the destination use those credentials.