Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Provides an implementation of the IVsDataConnectionProperties class using the ADO.NET connection string builder base class (DbConnectionStringBuilder).
The AdoDotNetConnectionProperties type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the AdoDotNetConnectionProperties class.
Top
Methods
Name
Description
Overloaded. Adds a new property to the current connection properties collection.
Tests whether a specified property name and value pair is a member of the current set of connection properties.
Tests whether the specified property name is a member of the current set of connection properties.
Copies the set of connection properties to an array, starting at the specified array index.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Retrieves an array list of synonyms for a specified data connection property.
Gets the type of the current instance. (Inherited from Object.)
Returns a Boolean value indicating whether a specified property contains sensitive information.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the PropertyChanged event when a property changes in the data connection string.
Raises an event if the Site has changed. (Overrides DataSiteableObject<T>.OnSiteChanged(EventArgs).)
Disassembles the components of a connection string into a set of connection properties as set in the current AdoDotNetConnectionProperties class instance. Raises the PropertyChanged event.
Removes a property from the current connection property collection.
Overloaded. Resets a connection property to its initial value.
Retrieves a string representation of the current set of data connection properties that are suitable for on-screen display.
Returns a string representation of the current set of data connection properties, excluding the sensitive properties that should be serialized.
Returns a string representation of the current set of data connection properties. (Overrides Object.ToString().)
Retrieves a value corresponding to the supplied key by calling this method on the .NET Framework connection string builder base class (DbConnectionStringBuilder).
Top
Properties
Name
Description
Gets the underlying ADO.NET connection string builder object for the current connection properties instance.
Gets the number of connection properties.
Gets a value indicating whether sufficient connection properties have been set for the connection string.
Gets a value indicating whether the DDEX provider connection properties are extensible.
Gets or sets a value for a specified property on the DDEX provider. Raises the PropertyChanged event if the property is set.
Gets all the properties that are part of the data connection string.
Gets or sets the object site. (Inherited from DataSiteableObject<T>.)
Gets the values of the connection string.
Top
Events
Name
Description
Occurs on the occurrence of a change to a connection property.
Occurs when the Site property is changed. (Inherited from DataSiteableObject<T>.)
Top
Explicit Interface Implementations
Name
Description
ICollection<KeyValuePair<String, Object>>.Add
ICollection<KeyValuePair<String, Object>>.Clear
ICustomTypeDescriptor.GetAttributes
Retrieves a collection of custom attributes for the specified object.
ICustomTypeDescriptor.GetClassName
Retrieves the class name of the specified object.
ICustomTypeDescriptor.GetComponentName
Retrieves the name of the specified object.
ICustomTypeDescriptor.GetConverter
Retrieves a type converter for the specified object.
ICustomTypeDescriptor.GetDefaultEvent
Retrieves the default event for the specified object.
ICustomTypeDescriptor.GetDefaultProperty
Retrieves the default property for the specified object.
ICustomTypeDescriptor.GetEditor
Retrieves an editor of the specified type for this object.
IEnumerable<KeyValuePair<String, Object>>.GetEnumerator
Retrieves an enumerator that enumerates over all of the known connection properties and their values, if any.
Overloaded. For a description of this member, see GetEvents.
Overloaded. Retrieves a set of connection properties for the specified DDEX provider.
ICustomTypeDescriptor.GetPropertyOwner
For a description of this member, see GetPropertyOwner.
ICollection<KeyValuePair<String, Object>>.IsReadOnly
ICollection<KeyValuePair<String, Object>>.Remove
Top