EventPropertyCollection Class
SQL Server 2012
The EventPropertyCollection object represents the properties of event objects.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
The EventPropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of EventProperty objects in the EventPropertyCollection object. |
![]() | Item[Int32] | Gets the EventProperty object at the specified index position. |
![]() | Item[String] | Gets the EventProperty object that has the specified name. |
| Name | Description | |
|---|---|---|
![]() | CopyTo | Copies the collection objects to a one-dimensional array starting at the specified index value. |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator | Gets an enumerator that can iterate through the list of objects. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
![]() ![]() | IEnumerable.GetEnumerator | Returns an IEnumerator interface that permits iteration through a collection. |
![]() ![]() | ICollection.IsSynchronized | Gets a value that indicates whether the event property collection is synchronized (locked) for read and update. |
![]() ![]() | ICollection.SyncRoot | Returns an object that can be used to synchronize access to the ICollection. |

