Partager via


Propriétés SqlOlapConnectionInfoBase

Le type SqlOlapConnectionInfoBase expose les membres suivants.

Propriétés

  Nom Description
Propriété publique ConnectionString Gets the connection string.
Propriété protégée ConnectionStringInternal Gets or sets the internal connection string.
Propriété publique ConnectionTimeout Gets or sets the number of seconds before a connection times out.
Propriété protégée ConnectionTimeoutInternal Gets or sets the internal connection timeout period in seconds.
Propriété publique DatabaseName Gets or sets the database with which the connection is established.
Propriété protégée DatabaseNameInternal Gets or sets the internal database name.
Propriété protégée IntegratedSecurityInternal Gets or sets the Boolean property value that specifies whether the connection supports integrated security.
Propriété publique Password Gets or sets the password used to establish a connection.
Propriété publique QueryTimeout Gets or sets the number of seconds before a query times out.
Propriété protégée QueryTimeoutInternal Gets or sets the internal query timeout period in seconds.
Propriété protégée RebuildConnectionStringInternal
Propriété publique SecurePassword Gets or sets the secure password used to establish a connection.
Propriété publique ServerCaseSensitivity Gets or sets the server case sensitivity for the connection. (Hérité de ConnectionInfoBase.)
Propriété publique ServerName Gets or sets the name of the instance of SQL Server.
Propriété protégée ServerNameInternal Gets or sets the internal name of the instance of SQL Server.
Propriété publique ServerType Gets or sets the server connection type. (Hérité de ConnectionInfoBase.)
Propriété publique ServerVersion Gets or sets the version information about the instance of SQL Server. (Hérité de ConnectionInfoBase.)
Propriété publique UseIntegratedSecurity Gets or sets the Boolean property value that specifies whether the connection uses integrated security.
Propriété publique UserName Gets or sets the user that is connecting to the instance of SQL Server.

Haut de la page