Поделиться через


Элементы 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.

Тип ConnectionInfoBase предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Защищенный метод ConnectionInfoBase() () () () Initializes a new instance of the ConnectionInfoBase class.
Защищенный метод ConnectionInfoBase(ConnectionInfoBase) Initializes a new instance of the ConnectionInfoBase class based on the specified object.
Защищенный метод ConnectionInfoBase(ConnectionType) Initializes a new instance of the ConnectionInfoBase class with the specified connection type.

В начало

Методы

  Имя Описание
Защищенный метод ConnectionParmsChanged When overridden in a derived class, enables you to specify custom actions when a connection parameter changes.
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString Returns the object as a string value. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Свойства

  Имя Описание
Открытое свойство ServerCaseSensitivity Gets or sets the server case sensitivity for the connection.
Открытое свойство ServerType Gets or sets the server connection type.
Открытое свойство ServerVersion Gets or sets the version information about the instance of SQL Server.

В начало