[This is preliminary documentation and is subject to change.]
Resets the list of connection strings that are stored in the user profile upon application exit.
| C# | Visual Basic | Visual C++ |
void SetPastConnectionStrings( ConnectionDefinition[] connections )
Sub SetPastConnectionStrings ( _ connections As ConnectionDefinition() _ )
void SetPastConnectionStrings( array<ConnectionDefinition^>^ connections )
- connections (array< ConnectionDefinition >[]()[])
- The array of connection strings.