SqlOlapConnectionInfoBase Members
The SqlOlapConnectionInfoBase class represents information used to connect to the instance of SQL Server.
The following tables list the members exposed by the SqlOlapConnectionInfoBase type.
Public Constructors
(see also Protected Constructors )
名稱 | Description | |
---|---|---|
SqlOlapConnectionInfoBase | Overloaded. Initializes a new instance of the SqlOlapConnectionInfoBase class. |
頂端
Protected Constructors
名稱 | Description | |
---|---|---|
SqlOlapConnectionInfoBase | Overloaded. Initializes a new instance of the SqlOlapConnectionInfoBase class. |
頂端
Public Fields
(see also Protected Fields )
名稱 | Description | |
---|---|---|
DefaultConnTimeout | A Int32 that specifies the default connection time out period in seconds. | |
DefaultQueryTimeout | A Int32 that specifies the default query time out period in seconds. |
頂端
Protected Fields
名稱 | Description | |
---|---|---|
NoTimeOut | A Int32 that specifies there is no time out. |
頂端
Public Properties
(see also Protected Properties )
名稱 | Description | |
---|---|---|
ConnectionString | Gets the connection string. | |
ConnectionTimeout | Gets or sets the number of seconds before a connection times out. | |
DatabaseName | Gets or sets the database with which the connection is established. | |
Password | Gets or sets the password used to establish a connection. | |
QueryTimeout | Gets or sets the number of seconds before a query times out. | |
SecurePassword | Gets or sets the secure password used to establish a connection. | |
ServerCaseSensitivity | Gets or sets the server case sensitivity for the connection. (inherited from ConnectionInfoBase) | |
ServerName | Gets or sets the name of the instance of SQL Server. | |
ServerType | Gets or sets the server connection type. (inherited from ConnectionInfoBase) | |
ServerVersion | Gets or sets the version information about the instance of SQL Server. (inherited from ConnectionInfoBase) | |
UseIntegratedSecurity | Gets or sets the Boolean property value that specifies whether the connection uses integrated security. | |
UserName | Gets or sets the user that is connecting to the instance of SQL Server. |
頂端
Protected Properties
名稱 | Description | |
---|---|---|
ConnectionStringInternal | Gets or sets the internal connection string. | |
ConnectionTimeoutInternal | Gets or sets the internal connection timeout period in seconds. | |
DatabaseNameInternal | Gets or sets the internal database name. | |
IntegratedSecurityInternal | Gets or sets the Boolean property value that specifies whether the connection supports integrated security. | |
QueryTimeoutInternal | Gets or sets the internal query timeout period in seconds. | |
RebuildConnectionStringInternal | ||
ServerNameInternal | Gets or sets the internal name of the instance of SQL Server. |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
CreateConnectionObject | Creates the connection object and returns the IDbConnection object value. | |
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. |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
ConnectionParmsChanged | Overridden. Changes the connection parameters. | |
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
SqlOlapConnectionInfoBase Class
Microsoft.SqlServer.Management.Common Namespace