DataExplorerConnection 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
Protected method DataExplorerConnection Class constructor. This constructor supports the DDEX infrastructure and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Equals Evaluates whether a specified object is equivalent to the current Explorer connection object instance. (Overrides Object.Equals(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 GetHashCode Retrieves an integer value representing the hash code for the current Explorer connection instance. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
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 DisplayName Retrieves or sets the display name of the root node for this data connection.
Public property EncryptedConnectionString Retrieves an encrypted string containing information about this data connection.
Public property Hierarchy Gets the underlying IVsUIHierarchy object that represents this Explorer connection in the tree view.
Protected property HierarchyObject This member supports the DDEX infrastructure and is not intended to be used directly from your code.
Public property Provider Retrieves the unique identifier of the DDEX Provider for this Explorer connection.

Top

See Also

Reference

DataExplorerConnection Class

Microsoft.VisualStudio.Data Namespace