EventPropertyCollection.GetEnumerator Method

Definition

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public System.Collections.Generic.IEnumerator<Microsoft.SqlServer.Management.Smo.EventProperty> GetEnumerator ();
[<System.CLSCompliant(false)>]
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.SqlServer.Management.Smo.EventProperty>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.SqlServer.Management.Smo.EventProperty>
Public Function GetEnumerator () As IEnumerator(Of EventProperty)

Returns

Implements

Attributes

Applies to