IVsDataConnectionProperties Members
Include Protected Members
Include Inherited Members
Represents the interface that exposes methods and properties for the parsing and formatting of connection strings, as well as for storage of strongly typed properties, custom attributes, and synonyms.
The IVsDataConnectionProperties type exposes the following members.
Methods
Name
Description
Overloaded.
Removes all items from the ICollection<T>. (Inherited from ICollection<KeyValuePair<String, Object>>.)
Determines whether the ICollection<T> contains a specific value. (Inherited from ICollection<KeyValuePair<String, Object>>.)
Determines whether the IDictionary<TKey, TValue> contains an element with the specified key. (Inherited from IDictionary<String, Object>.)
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<KeyValuePair<String, Object>>.)
Overloaded.
When implemented by a class, disassembles the components of a connection string into a set of properties in the current DataConnectionProperties instance.
Overloaded.
Overloaded. When implemented by a class, resets the values of connection properties to an initial state.
When implemented by a class, retrieves a string representation of the current set of data connection properties that excludes sensitive properties or properties that should not be persisted.
When implemented by a class, retrieves the default string representation of the current connection properties.
Gets the value associated with the specified key. (Inherited from IDictionary<String, Object>.)
Top
Properties
Name
Description
Gets the number of elements contained in the ICollection<T>. (Inherited from ICollection<KeyValuePair<String, Object>>.)
Gets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<KeyValuePair<String, Object>>.)
Gets or sets the element with the specified key. (Inherited from IDictionary<String, Object>.)
Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>. (Inherited from IDictionary<String, Object>.)
Gets an ICollection<T> containing the values in the IDictionary<TKey, TValue>. (Inherited from IDictionary<String, Object>.)
Top
See Also
Reference
IVsDataConnectionProperties Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace