ConnectionStringSettingsCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the ConnectionStringSettings object at the specified index in the collection.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- index
-
Type:
System::Int32
The index of a ConnectionStringSettings object in the collection.
The following example shows how to remove the ConnectionStringSettings object at the specified index in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: