SqlOlapConnectionInfoBase 멤버
The SqlOlapConnectionInfoBase class represents information used to connect to the instance of SQL Server.
SqlOlapConnectionInfoBase 형식은 다음 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
SqlOlapConnectionInfoBase() () () () | Initializes a new instance of the SqlOlapConnectionInfoBase class. | |
SqlOlapConnectionInfoBase(ConnectionType) | Initializes a new instance of the SqlOlapConnectionInfoBase class. | |
SqlOlapConnectionInfoBase(SqlOlapConnectionInfoBase) | Initializes a new instance of the SqlOlapConnectionInfoBase class. | |
SqlOlapConnectionInfoBase(String, ConnectionType) | Initializes a new instance of the SqlOlapConnectionInfoBase class. | |
SqlOlapConnectionInfoBase(String, String, String, ConnectionType) | Initializes a new instance of the SqlOlapConnectionInfoBase class. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
ConnectionParmsChanged | Changes the connection parameters. (ConnectionInfoBase. . :: . .ConnectionParmsChanged() () () ()을(를) 재정의합니다.) | |
CreateConnectionObject | Creates the connection object and returns the IDbConnection object value. | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToString | Returns the object as a string value. (ConnectionInfoBase. . :: . .ToString() () () ()을(를) 재정의합니다.) |
맨 위로 이동
필드
이름 | 설명 | |
---|---|---|
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. | |
NoTimeOut | A Int32 that specifies there is no time out. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
ConnectionString | Gets the connection string. | |
ConnectionStringInternal | Gets or sets the internal connection string. | |
ConnectionTimeout | Gets or sets the number of seconds before a connection times out. | |
ConnectionTimeoutInternal | Gets or sets the internal connection timeout period in seconds. | |
DatabaseName | Gets or sets the database with which the connection is established. | |
DatabaseNameInternal | Gets or sets the internal database name. | |
IntegratedSecurityInternal | Gets or sets the Boolean property value that specifies whether the connection supports integrated security. | |
Password | Gets or sets the password used to establish a connection. | |
QueryTimeout | Gets or sets the number of seconds before a query times out. | |
QueryTimeoutInternal | Gets or sets the internal query timeout period in seconds. | |
RebuildConnectionStringInternal | ||
SecurePassword | Gets or sets the secure password used to establish a connection. | |
ServerCaseSensitivity | Gets or sets the server case sensitivity for the connection. (ConnectionInfoBase에서 상속됩니다.) | |
ServerName | Gets or sets the name of the instance of SQL Server. | |
ServerNameInternal | Gets or sets the internal name of the instance of SQL Server. | |
ServerType | Gets or sets the server connection type. (ConnectionInfoBase에서 상속됩니다.) | |
ServerVersion | Gets or sets the version information about the instance of SQL Server. (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. |
맨 위로 이동