Compartir a través de


SqlOlapConnectionInfoBase Miembros

The SqlOlapConnectionInfoBase class represents information used to connect to the instance of SQL Server.

El tipo SqlOlapConnectionInfoBase expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido SqlOlapConnectionInfoBase() () () () Initializes a new instance of the SqlOlapConnectionInfoBase class.
Método protegido SqlOlapConnectionInfoBase(ConnectionType) Initializes a new instance of the SqlOlapConnectionInfoBase class.
Método protegido SqlOlapConnectionInfoBase(SqlOlapConnectionInfoBase) Initializes a new instance of the SqlOlapConnectionInfoBase class.
Método protegido SqlOlapConnectionInfoBase(String, ConnectionType) Initializes a new instance of the SqlOlapConnectionInfoBase class.
Método publico SqlOlapConnectionInfoBase(String, String, String, ConnectionType) Initializes a new instance of the SqlOlapConnectionInfoBase class.

Principio

Métodos

  Nombre Descripción
Método protegido ConnectionParmsChanged Changes the connection parameters. (Invalida ConnectionInfoBase. . :: . .ConnectionParmsChanged() () () ().)
Método publico CreateConnectionObject Creates the connection object and returns the IDbConnection object value.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns the object as a string value. (Invalida ConnectionInfoBase. . :: . .ToString() () () ().)

Principio

Campos

  Nombre Descripción
Campo públicoMiembro estático DefaultConnTimeout A Int32 that specifies the default connection time out period in seconds.
Campo públicoMiembro estático DefaultQueryTimeout A Int32 that specifies the default query time out period in seconds.
Campo protegidoMiembro estático NoTimeOut A Int32 that specifies there is no time out.

Principio

Propiedades

  Nombre Descripción
Propiedad pública ConnectionString Gets the connection string.
Propiedad protegida ConnectionStringInternal Gets or sets the internal connection string.
Propiedad pública ConnectionTimeout Gets or sets the number of seconds before a connection times out.
Propiedad protegida ConnectionTimeoutInternal Gets or sets the internal connection timeout period in seconds.
Propiedad pública DatabaseName Gets or sets the database with which the connection is established.
Propiedad protegida DatabaseNameInternal Gets or sets the internal database name.
Propiedad protegida IntegratedSecurityInternal Gets or sets the Boolean property value that specifies whether the connection supports integrated security.
Propiedad pública Password Gets or sets the password used to establish a connection.
Propiedad pública QueryTimeout Gets or sets the number of seconds before a query times out.
Propiedad protegida QueryTimeoutInternal Gets or sets the internal query timeout period in seconds.
Propiedad protegida RebuildConnectionStringInternal
Propiedad pública SecurePassword Gets or sets the secure password used to establish a connection.
Propiedad pública ServerCaseSensitivity Gets or sets the server case sensitivity for the connection. (Se hereda de ConnectionInfoBase).
Propiedad pública ServerName Gets or sets the name of the instance of SQL Server.
Propiedad protegida ServerNameInternal Gets or sets the internal name of the instance of SQL Server.
Propiedad pública ServerType Gets or sets the server connection type. (Se hereda de ConnectionInfoBase).
Propiedad pública ServerVersion Gets or sets the version information about the instance of SQL Server. (Se hereda de ConnectionInfoBase).
Propiedad pública UseIntegratedSecurity Gets or sets the Boolean property value that specifies whether the connection uses integrated security.
Propiedad pública UserName Gets or sets the user that is connecting to the instance of SQL Server.

Principio