DataConnectionManager Members

Include Protected Members
Include Inherited Members

Represents a shared set of data connection objects that are created on demand and managed by Visual Studio.

The DataConnectionManager type exposes the following members.

Constructors

  Name Description
Protected method DataConnectionManager Class constructor.

Top

Methods

  Name Description
Public method CopyTo Copies the set of currently managed data connections to an array, starting at the specified array index.
Protected method CreateDataConnection Initializes a data connection. This method should not be called by client code.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetDataConnection Overloaded.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method InvalidateDataConnection Invalidates a currently managed data connection that matches the specified connection information, if any.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Retrieves a count of the number of data connections currently being managed.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection<DataConnection>.Add Adds a data source to the DDEX data connection collection.
Explicit interface implemetationPrivate method ICollection<DataConnection>.Clear Clears the DDEX data connection collection.
Explicit interface implemetationPrivate method ICollection<DataConnection>.Contains Tests whether the DDEX data connection collection contains a specified connection.
Explicit interface implemetationPrivate method IEnumerable<DataConnection>.GetEnumerator Retrieves an enumerator for iterating the DDEX data connection collection.
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Retrieves an [IEnumerator] object with which to iterate through the collection.
Explicit interface implemetationPrivate property ICollection<DataConnection>.IsReadOnly Tests whether the data connection collection is read only.
Explicit interface implemetationPrivate method ICollection<DataConnection>.Remove Removes a data connection from the DDEX data connection collection.

Top

See Also

Reference

DataConnectionManager Class

Microsoft.VisualStudio.Data Namespace