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 | |
---|---|---|
![]() |
ConnectionInfo | Initializes a new instance of the ConnectionInfo class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
ConnectionString | Gets or sets the ConnectionString property. |
![]() |
DisplayConnectionString | Gets or sets the DisplayConnectionString property. |
![]() |
Encrypted | Gets or sets a value that indicates whether the connection string is encrypted. |
![]() |
ProviderString | Gets or sets the ProviderString property. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() ![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | Overridden. Returns a string representation of the connection. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
System.Xml.Serialization.IXmlSerializable.GetSchema | Provides the implementation for IXmlSerializable. |
![]() ![]() |
System.Xml.Serialization.IXmlSerializable.ReadXml | Provides the implementation for IXmlSerializable. |
![]() ![]() |
System.Xml.Serialization.IXmlSerializable.WriteXml | Provides the implementation for IXmlSerializable. |
Top
See Also
Reference
ConnectionInfo Class
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace