Поделиться через


Свойство Events

Gets the events associated with the remote service binding.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Events As RemoteServiceBindingEvents
    Get
'Применение
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

Значение свойства

Тип Microsoft.SqlServer.Management.Smo.Broker. . :: . .RemoteServiceBindingEvents
A RemoteServiceBindingEvents object that represents the remote service binding events.