EventPropertyCollection Class
The EventPropertyCollection object represents the properties of event objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public NotInheritable Class EventPropertyCollection _
Implements ICollection, IEnumerable(Of EventProperty), _
IEnumerable
'Usage
Dim instance As EventPropertyCollection
public sealed class EventPropertyCollection : ICollection,
IEnumerable<EventProperty>, IEnumerable
public ref class EventPropertyCollection sealed : ICollection,
IEnumerable<EventProperty^>, IEnumerable
[<SealedAttribute>]
type EventPropertyCollection =
class
interface ICollection
interface IEnumerable<EventProperty>
interface IEnumerable
end
public final class EventPropertyCollection implements ICollection, IEnumerable<EventProperty>, IEnumerable
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.EventPropertyCollection
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.