ConnectionStringSettingsCollection::RemoveAt Method (Int32)

 

Removes the ConnectionStringSettings object at the specified index in the collection.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
void RemoveAt(
	int index
)

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: