EventPropertyCollection Class
The EventPropertyCollection object represents the properties of event objects.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
| 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(array<EventProperty^>^, Int32) | Copies the collection objects to a one-dimensional array starting at the specified index value. |
![]() | Equals(Object^) | (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(Array^, Int32) | 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 indicating whether access to the ICollection is synchronized. |
![]() ![]() | ICollection::SyncRoot | Gets an object that can be used to synchronize access to the collection. |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




