Dela via


DataConnectionProperties.IEnumerable.GetEnumerator Method

Retrieves an IEnumerator.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator 
    Implements IEnumerable.GetEnumerator
'Usage
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.

.NET Framework Security

See Also

Reference

DataConnectionProperties Class

DataConnectionProperties Members

Microsoft.VisualStudio.Data.Framework Namespace