MessageTypeEvents Class
The MessageTypeEvents object represents the settings required for SQL Server message type event notification.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class MessageTypeEvents
'Usage
Dim instance As MessageTypeEvents
public class MessageTypeEvents
public ref class MessageTypeEvents
type MessageTypeEvents = class end
public class MessageTypeEvents
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.Broker.MessageTypeEvents
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also