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 | |
---|---|---|
OlapConnectionInfo() | This constructor supports the SMO infrastructure and is not intended to be used directly from your code. | |
OlapConnectionInfo(OlapConnectionInfo) | This constructor supports the SMO infrastructure and is not intended to be used directly from your code. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. | |
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.) | |
ConnectionStringInternal | Gets or sets the internal connection string. (Se hereda de SqlOlapConnectionInfoBase.) | |
ConnectionTimeout | Gets or sets the number of seconds before a connection times out. (Se hereda de SqlOlapConnectionInfoBase.) | |
ConnectionTimeoutInternal | Gets or sets the internal connection timeout period in seconds. (Se hereda de SqlOlapConnectionInfoBase.) | |
DatabaseName | Gets or sets the database with which the connection is established. (Se hereda de SqlOlapConnectionInfoBase.) | |
DatabaseNameInternal | Gets or sets the internal database name. (Se hereda de SqlOlapConnectionInfoBase.) | |
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. | |
IntegratedSecurityInternal | Gets or sets the Boolean property value that specifies whether the connection supports integrated security. (Se hereda de SqlOlapConnectionInfoBase.) | |
Password | Gets or sets the password used to establish a connection. (Se hereda de SqlOlapConnectionInfoBase.) | |
QueryTimeout | Gets or sets the number of seconds before a query times out. (Se hereda de SqlOlapConnectionInfoBase.) | |
QueryTimeoutInternal | Gets or sets the internal query timeout period in seconds. (Se hereda de SqlOlapConnectionInfoBase.) | |
RebuildConnectionStringInternal | Gets or sets a Boolean indicating whether the internal connection string must be rebuilt. (Se hereda de SqlOlapConnectionInfoBase.) | |
SecurePassword | Gets or sets the secure password used to establish a connection. (Se hereda de SqlOlapConnectionInfoBase.) | |
ServerCaseSensitivity | Gets or sets the server case sensitivity for the connection. (Se hereda de ConnectionInfoBase.) | |
ServerName | Gets or sets the name of the instance of SQL Server. (Se hereda de SqlOlapConnectionInfoBase.) | |
ServerNameInternal | Gets or sets the internal name of the instance of SQL Server. (Se hereda de SqlOlapConnectionInfoBase.) | |
ServerType | Gets or sets the server connection type. (Se hereda de ConnectionInfoBase.) | |
ServerVersion | Gets or sets the version information about the instance of SQL Server. (Se hereda de ConnectionInfoBase.) | |
UseIntegratedSecurity | Gets or sets the Boolean property value that specifies whether the connection uses integrated security. (Se hereda de SqlOlapConnectionInfoBase.) | |
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 | |
---|---|---|
ConnectionParmsChanged | Changes the connection parameters. (Se hereda de SqlOlapConnectionInfoBase.) | |
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. | |
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 Motor de base de datos de SQL Server. (Invalida SqlOlapConnectionInfoBase.CreateConnectionObject().) | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.