Events 属性

Gets the events associated with the service route.

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Events As ServiceRouteEvents
    Get
用法
Dim instance As ServiceRoute
Dim value As ServiceRouteEvents

value = instance.Events
public ServiceRouteEvents Events { get; }
public:
property ServiceRouteEvents^ Events {
    ServiceRouteEvents^ get ();
}
member Events : ServiceRouteEvents
function get Events () : ServiceRouteEvents

属性值

类型:Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceRouteEvents
A ServiceRouteEvents object that represents the service route events.