ConnectionInfo Members

A sealed class that encapsulates information about a connection to a database.

The following tables list the members exposed by the ConnectionInfo type.

Public Constructors

  Name Description
Public constructor ConnectionInfo Initializes a new instance of the ConnectionInfo class.  

Top

Public Properties

  Name Description
Public property ConnectionString Gets or sets the ConnectionString property.  
Public property DisplayConnectionString Gets or sets the DisplayConnectionString property.  
Public property Encrypted Gets or sets a value that indicates whether the connection string is encrypted.  
Public property ProviderString Gets or sets the ProviderString property.  

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Static ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string representation of the connection.  

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.GetSchema Provides the implementation for IXmlSerializable.  
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.ReadXml Provides the implementation for IXmlSerializable.  
Explicit interface implementation Method System.Xml.Serialization.IXmlSerializable.WriteXml Provides the implementation for IXmlSerializable.  

Top

See Also

Reference

ConnectionInfo Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace