ConnectionStringSettingsCollection::Remove Method (ConnectionStringSettings^)

 

Removes the specified ConnectionStringSettings object from the collection.

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

public:
void Remove(
	ConnectionStringSettings^ settings
)

Parameters

settings
Type: System.Configuration::ConnectionStringSettings^

A ConnectionStringSettings object in the collection.

The following example shows how to remove the specified ConnectionStringSettings object from 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: