EventPropertyCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |