Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the events associated with the remote service binding.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As RemoteServiceBindingEvents
Get
'Usage
Dim instance As RemoteServiceBinding
Dim value As RemoteServiceBindingEvents
value = instance.Events
public RemoteServiceBindingEvents Events { get; }
public:
property RemoteServiceBindingEvents^ Events {
RemoteServiceBindingEvents^ get ();
}
member Events : RemoteServiceBindingEvents
function get Events () : RemoteServiceBindingEvents
Property Value
Type: Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBindingEvents
A RemoteServiceBindingEvents object that represents the remote service binding events.
Examples
Readme_ServiceBrokerConfiguration
See Also
Reference
Microsoft.SqlServer.Management.Smo.Broker Namespace