Share via


AdoDotNetConnectionProperties.IEnumerable<KeyValuePair<String, Object>>.GetEnumerator Method

Retrieves an enumerator that enumerates over all of the known connection properties and their values, if any.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, Object))
    Implements IEnumerable(Of KeyValuePair(Of String, Object)).GetEnumerator
IEnumerator<KeyValuePair<string, Object>> IEnumerable<KeyValuePair<string, Object>>.GetEnumerator()
private:
virtual IEnumerator<KeyValuePair<String^, Object^>>^ GetEnumerator() sealed = IEnumerable<KeyValuePair<String^, Object^>>::GetEnumerator
private abstract GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>> 
private override GetEnumerator : unit -> IEnumerator<KeyValuePair<string, Object>> 
JScript does not support explicit interface implementations.

Return Value

Type: System.Collections.Generic.IEnumerator<KeyValuePair<String, Object>>
A data connection properties enumerator.

Implements

IEnumerable<T>.GetEnumerator()

.NET Framework Security

See Also

Reference

AdoDotNetConnectionProperties Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace