Clase OlapConnectionInfo

This class supports the SMO infrastructure and is not intended to be used directly from your code.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.Common. . :: . .ConnectionInfoBase
    Microsoft.SqlServer.Management.Common. . :: . .SqlOlapConnectionInfoBase
      Microsoft.SqlServer.Management.Common..::..OlapConnectionInfo

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

Sintaxis

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

El tipo OlapConnectionInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público OlapConnectionInfo() () () () This constructor supports the SMO infrastructure and is not intended to be used directly from your code.
Método público OlapConnectionInfo(OlapConnectionInfo) This constructor supports the SMO infrastructure and is not intended to be used directly from your code.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ApplicationName No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a String value that specifies the application name.
Propiedad pública ConnectionString No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets a String value that specifies the Database Engine connection string. (Invalida SqlOlapConnectionInfoBase. . :: . .ConnectionString.)
Propiedad protegida ConnectionStringInternal Gets or sets the internal connection string. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad pública ConnectionTimeout Gets or sets the number of seconds before a connection times out. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad protegida ConnectionTimeoutInternal Gets or sets the internal connection timeout period in seconds. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad pública DatabaseName Gets or sets the database with which the connection is established. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad protegida DatabaseNameInternal Gets or sets the internal database name. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad pública EncryptConnection No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets or sets a Boolean value that specifies whether the Database Engine connection should be encrypted.
Propiedad protegida IntegratedSecurityInternal Gets or sets the Boolean property value that specifies whether the connection supports integrated security. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad pública Password Gets or sets the password used to establish a connection. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad pública QueryTimeout Gets or sets the number of seconds before a query times out. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad protegida QueryTimeoutInternal Gets or sets the internal query timeout period in seconds. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad protegida RebuildConnectionStringInternal Gets or sets a Boolean indicating whether the internal connection string must be rebuilt. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad pública SecurePassword Gets or sets the secure password used to establish a connection. (Se hereda de SqlOlapConnectionInfoBase.)
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. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad protegida ServerNameInternal Gets or sets the internal name of the instance of SQL Server. (Se hereda de SqlOlapConnectionInfoBase.)
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. (Se hereda de SqlOlapConnectionInfoBase.)
Propiedad pública UserName Gets or sets the user that is connecting to the instance of SQL Server. (Se hereda de SqlOlapConnectionInfoBase.)

Arriba

Métodos

  Nombre Descripción
Método protegido ConnectionParmsChanged Changes the connection parameters. (Se hereda de SqlOlapConnectionInfoBase.)
Método público Copy No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Creates a new OlapConnectionInfo object based on the current connection object.
Método público CreateConnectionObject No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Creates an IDbConnection object for a connection to an instance of the SQL Server Database Engine (Motor de base de datos de SQL Server). (Invalida SqlOlapConnectionInfoBase. . :: . .CreateConnectionObject() () () ().)
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. (Se hereda de SqlOlapConnectionInfoBase.)

Arriba

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.