DataConnectionProperties.GetEnumerator Method
Retrieves an enumerator that enumerates over all the known connection properties and their values, if any.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaración
Public Overridable Function GetEnumerator As IEnumerator
public virtual IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator
override GetEnumerator : unit -> IEnumerator
public function GetEnumerator() : IEnumerator
Return Value
Type: System.Collections.IEnumerator
Returns a data connection properties enumerator.
Remarks
Each element in the enumerator is a DictionaryEntry pair, where the Key is a property name and the Value is the property value, or Value when the property is not set and has no default.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.