IEnumConnections Members
.NET Framework 2.0
Manages the definition of the IEnumConnections interface.
The following tables list the members exposed by the IEnumConnections type.
| Name | Description | |
|---|---|---|
| Clone | Creates a new enumerator that contains the same enumeration state as the current one. |
| Next | Retrieves a specified number of items in the enumeration sequence. |
| Reset | Resets the enumeration sequence to the beginning. |
| Skip | Skips a specified number of items in the enumeration sequence. |