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.