EventPropertyCollection Class

Definition

A specialized name-object collection (dictionary) used for event properties.

public sealed class EventPropertyCollection : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Smo.EventProperty>, System.Collections.ICollection
type EventPropertyCollection = class
    interface ICollection
    interface IEnumerable
    interface seq<EventProperty>
Public NotInheritable Class EventPropertyCollection
Implements ICollection, IEnumerable(Of EventProperty)
Inheritance
EventPropertyCollection
Implements

Constructors

EventPropertyCollection()

Properties

Count
Item[Int32]
Item[String]

Methods

CopyTo(EventProperty[], Int32)
GetEnumerator()

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
ICollection.IsSynchronized
ICollection.SyncRoot
IEnumerable.GetEnumerator()

Applies to