ConnectionInfoBase Class
SQL Server 2012
The ConnectionInfoBase object is a base class that is used in the construction of the SqlOlapConnectionInfoBase class and it represents information used to connect to an instance of SQL Server.
System.Object
Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Microsoft.SqlServer.Management.Common.ConnectionInfoBase
Microsoft.SqlServer.Management.Common.SqlOlapConnectionInfoBase
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
The ConnectionInfoBase type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConnectionInfoBase() | Initializes a new instance of the ConnectionInfoBase class. |
![]() | ConnectionInfoBase(ConnectionInfoBase) | Initializes a new instance of the ConnectionInfoBase class based on the specified object. |
![]() | ConnectionInfoBase(ConnectionType) | Initializes a new instance of the ConnectionInfoBase class with the specified connection type. |
| Name | Description | |
|---|---|---|
![]() | ServerCaseSensitivity | Gets or sets the server case sensitivity for the connection. |
![]() | ServerType | Gets or sets the server connection type. |
![]() | ServerVersion | Gets or sets the version information about the instance of SQL Server. |
| Name | Description | |
|---|---|---|
![]() | ConnectionParmsChanged | When overridden in a derived class, enables you to specify custom actions when a connection parameter changes. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns the object as a string value. (Overrides Object.ToString().) |
When you inherit from ConnectionInfoBase, you must override the ConnectionParmsChanged member.
