Поделиться через


Элементы 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.

В начало