ConnectionInfoBase Members
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.
The following tables list the members exposed by the ConnectionInfoBase type.
Protected Constructors
Name | Description | |
---|---|---|
ConnectionInfoBase | Overloaded. Initializes a new instance of the ConnectionInfoBase class. |
Top
Public Properties
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. |
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 the object as a string value. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
ConnectionParmsChanged | When overridden in a derived class, enables you to specify custom actions when a connection parameter changes. |
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top