DataConnectionProperties.IEnumerable.GetEnumerator Method

Retrieves an IEnumerator.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Private Function GetEnumerator As IEnumerator
    Implements IEnumerable.GetEnumerator
'使用
Dim instance As DataConnectionProperties
Dim returnValue As IEnumerator

returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.IEnumerator

An IEnumerator.

Implements

IEnumerable.GetEnumerator()

Remarks

This method provides an implementation of the GetEnumerator method. For more information, see the GetEnumerator method in the .NET Framework class library.

Permissions

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data.Framework Namespace