DataExplorerConnection Members
Include Protected Members
Include Inherited Members
Represents a connection that exists in the Visual Studio Server Explorer or Data Explorer window.
The DataExplorerConnection type exposes the following members.
Constructors
Name
Description
Class constructor. This constructor supports the DDEX infrastructure and is not intended to be used directly from your code.
Top
Methods
Name
Description
Evaluates whether a specified object is equivalent to the current Explorer connection object instance. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Retrieves an integer value representing the hash code for the current Explorer connection instance. (Overrides Object.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Retrieves or sets the display name of the root node for this data connection.
Retrieves an encrypted string containing information about this data connection.
Gets the underlying IVsUIHierarchy object that represents this Explorer connection in the tree view.
This member supports the DDEX infrastructure and is not intended to be used directly from your code.
Retrieves the unique identifier of the DDEX Provider for this Explorer connection.
Top