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.