SqlConnectionStringBuilder::Values Property
Gets an ICollection that contains the values in the SqlConnectionStringBuilder.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Collections::ICollection^An ICollection that contains the values in the SqlConnectionStringBuilder.
Implements
IDictionary::ValuesThe order of the values in the ICollection is unspecified, but it is the same order as the associated keys in the ICollection returned by the Keys property. Because each instance of the SqlConnectionStringBuilder always contains the same fixed set of keys, the Values property always returns the values corresponding to the fixed set of keys, in the same order as the keys.
The following example first creates a new SqlConnectionStringBuilder, and then iterates through all the values within the object.
Available since 2.0