DataExplorerConnectionManager Members
Include Protected Members
Include Inherited Members
Provides methods and properties that enable programmatic interaction with data connections exposed in the Server Explorer.
The DataExplorerConnectionManager type exposes the following members.
Constructors
Name
Description
Class constructor. This member supports the DDEX infrastructure and is not intended to be used directly from your code.
Top
Methods
Name
Description
Adds a new connection to the Server Explorer window with the specified connection settings.
Copies all DataExplorerConnection object instances into an array, starting at a specified 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.)
Overloaded. Locates a DataExplorerConnection object instance with a specified display name.
Retrieves an array containing all the current DataExplorerConnection instances.
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Prompts the user for, and adds, a new DataExplorerConnection object instance.
Removes an existing DataExplorerConnection object instance from the set of current connections.
Selects a specific data connection in the Server Explorer tree view.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Retrieves an integer value specifying the number of current data connections visible in the Server Explorer.
Top
Explicit Interface Implementations
Name
Description
Copies the set of connections exposed in the Visual Studio Server Explorer to an array, starting at the specified array index.
Retrieves an enumerator that is able to iterate through the connections collection.
Retrieves a value that indicates whether access to the connections collection is synchronized (thread safe).
Retrieves an object that can be used to synchronize access to the connections collection.
Top