Condividi tramite


Membri ConnectionInfoBase

The ConnectionInfoBase object is a base class that is used in the construction of the SqlOlapConnectionInfoBase class and it represents information used to connect to an instance of SQL Server.

Il tipo ConnectionInfoBase espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto ConnectionInfoBase() () () () Initializes a new instance of the ConnectionInfoBase class.
Metodo protetto ConnectionInfoBase(ConnectionInfoBase) Initializes a new instance of the ConnectionInfoBase class based on the specified object.
Metodo protetto ConnectionInfoBase(ConnectionType) Initializes a new instance of the ConnectionInfoBase class with the specified connection type.

In alto

Metodi

  Nome Descrizione
Metodo protetto ConnectionParmsChanged When overridden in a derived class, enables you to specify custom actions when a connection parameter changes.
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString Returns the object as a string value. (Esegue l'override di Object. . :: . .ToString() () () ().)

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ServerCaseSensitivity Gets or sets the server case sensitivity for the connection.
Proprietà pubblica ServerType Gets or sets the server connection type.
Proprietà pubblica ServerVersion Gets or sets the version information about the instance of SQL Server.

In alto