Propriété Events
Gets the events associated with the remote service binding.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Events As RemoteServiceBindingEvents
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Broker. . :: . .RemoteServiceBindingEvents
A RemoteServiceBindingEvents object that represents the remote service binding events.
Voir aussi