Freigeben über


SqlOlapConnectionInfoBase-Member

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

Der SqlOlapConnectionInfoBase-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode SqlOlapConnectionInfoBase() () () () Initializes a new instance of the SqlOlapConnectionInfoBase class.
Geschützte Methode SqlOlapConnectionInfoBase(ConnectionType) Initializes a new instance of the SqlOlapConnectionInfoBase class.
Geschützte Methode SqlOlapConnectionInfoBase(SqlOlapConnectionInfoBase) Initializes a new instance of the SqlOlapConnectionInfoBase class.
Geschützte Methode SqlOlapConnectionInfoBase(String, ConnectionType) Initializes a new instance of the SqlOlapConnectionInfoBase class.
Öffentliche Methode SqlOlapConnectionInfoBase(String, String, String, ConnectionType) Initializes a new instance of the SqlOlapConnectionInfoBase class.

Zum Anfang

Methoden

  Name Beschreibung
Geschützte Methode ConnectionParmsChanged Changes the connection parameters. (Überschreibt ConnectionInfoBase. . :: . .ConnectionParmsChanged() () () ().)
Öffentliche Methode CreateConnectionObject Creates the connection object and returns the IDbConnection object value.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns the object as a string value. (Überschreibt ConnectionInfoBase. . :: . .ToString() () () ().)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches FeldStatischer Member DefaultConnTimeout A Int32 that specifies the default connection time out period in seconds.
Öffentliches FeldStatischer Member DefaultQueryTimeout A Int32 that specifies the default query time out period in seconds.
Geschütztes FeldStatischer Member NoTimeOut A Int32 that specifies there is no time out.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConnectionString Gets the connection string.
Geschützte Eigenschaft ConnectionStringInternal Gets or sets the internal connection string.
Öffentliche Eigenschaft ConnectionTimeout Gets or sets the number of seconds before a connection times out.
Geschützte Eigenschaft ConnectionTimeoutInternal Gets or sets the internal connection timeout period in seconds.
Öffentliche Eigenschaft DatabaseName Gets or sets the database with which the connection is established.
Geschützte Eigenschaft DatabaseNameInternal Gets or sets the internal database name.
Geschützte Eigenschaft IntegratedSecurityInternal Gets or sets the Boolean property value that specifies whether the connection supports integrated security.
Öffentliche Eigenschaft Password Gets or sets the password used to establish a connection.
Öffentliche Eigenschaft QueryTimeout Gets or sets the number of seconds before a query times out.
Geschützte Eigenschaft QueryTimeoutInternal Gets or sets the internal query timeout period in seconds.
Geschützte Eigenschaft RebuildConnectionStringInternal
Öffentliche Eigenschaft SecurePassword Gets or sets the secure password used to establish a connection.
Öffentliche Eigenschaft ServerCaseSensitivity Gets or sets the server case sensitivity for the connection. (Geerbt von ConnectionInfoBase.)
Öffentliche Eigenschaft ServerName Gets or sets the name of the instance of SQL Server.
Geschützte Eigenschaft ServerNameInternal Gets or sets the internal name of the instance of SQL Server.
Öffentliche Eigenschaft ServerType Gets or sets the server connection type. (Geerbt von ConnectionInfoBase.)
Öffentliche Eigenschaft ServerVersion Gets or sets the version information about the instance of SQL Server. (Geerbt von ConnectionInfoBase.)
Öffentliche Eigenschaft UseIntegratedSecurity Gets or sets the Boolean property value that specifies whether the connection uses integrated security.
Öffentliche Eigenschaft UserName Gets or sets the user that is connecting to the instance of SQL Server.

Zum Anfang