Compartir a través de


Clase SqlOlapConnectionInfoBase

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

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public MustInherit Class SqlOlapConnectionInfoBase _
    Inherits ConnectionInfoBase
'Uso
Dim instance As SqlOlapConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public abstract class SqlOlapConnectionInfoBase : ConnectionInfoBase
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class SqlOlapConnectionInfoBase abstract : public ConnectionInfoBase
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type SqlOlapConnectionInfoBase =  
    class
        inherit ConnectionInfoBase
    end
public abstract class SqlOlapConnectionInfoBase extends ConnectionInfoBase

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 público SqlOlapConnectionInfoBase(String, String, String, ConnectionType) Initializes a new instance of the SqlOlapConnectionInfoBase class.

Arriba

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 Gets or sets a Boolean indicating whether the internal connection string must be rebuilt.
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.

Arriba

Métodos

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

Arriba

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.

Arriba

Comentarios

The SqlOlapConnectionInfoBase class is a base class that is used in the construction of the SqlConnectionInfo class

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.