This topic has not yet been rated - Rate this topic

EventPropertyCollection.GetEnumerator Method

Gets an enumerator that can iterate through the list of objects.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[CLSCompliantAttribute(false)]
public IEnumerator<EventProperty> GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<EventProperty>
An IEnumerator object value that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.