DataExplorerConnection Class

Definition

Represents a connection that exists in the Visual Studio Server Explorer or Data Explorer window.

public ref class DataExplorerConnection abstract
public abstract class DataExplorerConnection
type DataExplorerConnection = class
Public MustInherit Class DataExplorerConnection
Inheritance
DataExplorerConnection

Constructors

DataExplorerConnection()

Class constructor. This constructor supports the DDEX infrastructure and is not intended to be used directly from your code.

Properties

DisplayName

Retrieves or sets the display name of the root node for this data connection.

EncryptedConnectionString

Retrieves an encrypted string containing information about this data connection.

Hierarchy

Gets the underlying IVsUIHierarchy object that represents this Explorer connection in the tree view.

HierarchyObject

This member supports the DDEX infrastructure and is not intended to be used directly from your code.

Provider

Retrieves the unique identifier of the DDEX Provider for this Explorer connection.

Methods

Equals(Object)

Evaluates whether a specified object is equivalent to the current Explorer connection object instance.

GetHashCode()

Retrieves an integer value representing the hash code for the current Explorer connection instance.

Applies to