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


Класс ConnectionInfo

Parses a connection string and exposes several properties associated with the connection. This class cannot be inherited.

Иерархия наследования

System. . :: . .Object
  Microsoft.AnalysisServices..::..ConnectionInfo

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public NotInheritable Class ConnectionInfo
'Применение
Dim instance As ConnectionInfo
public sealed class ConnectionInfo
public ref class ConnectionInfo sealed
[<SealedAttribute>]
type ConnectionInfo =  class end
public final class ConnectionInfo

Тип ConnectionInfo обеспечивает доступ к следующим элементам.

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

  Имя Описание
Открытый метод ConnectionInfo Initializes a new instance of the ConnectionInfo class using a connection string.

В начало

Свойства

  Имя Описание
Открытое свойство Catalog Gets a catalog of databases associated with the ConnectionInfo object.
Открытое свойство CharacterEncoding Gets the character encoding value associated with the ConnectionInfo object.
Открытое свойство CompressionLevel Gets the compression level associated with the ConnectionInfo object.
Открытое свойство ConnectionType Gets the connection type associated with the ConnectionInfo object.
Открытое свойство ConnectTimeout Gets the connection timeout information associated with the ConnectionInfo object.
Открытое свойство EncryptionPassword Инфраструктура.
Открытое свойство ExtendedProperties Gets the extended properties associated with the ConnectionInfo object.
Открытое свойство ImpersonationLevel Gets the impersonation level associated with a ConnectionInfo object.
Открытое свойство InstanceName Gets the instance name associated with the ConnectionInfo object.
Открытое свойство IntegratedSecurity Gets the integrated security status for the ConnectionInfo object.
Открытое свойство Location Gets the location associated with the ConnectionInfo object.
Открытое свойство PacketSize Gets the packet size in bytes associated with a ConnectionInfo object.
Открытое свойство Password Gets the password associated with the ConnectionInfo object.
Открытое свойство Port Gets the port number associated with the ConnectionInfo object.
Открытое свойство ProtectionLevel Gets the protection level associated with a ConnectionInfo object.
Открытое свойство ProtocolFormat Gets the protocol format for the ConnectionInfo object.
Открытое свойство Server Gets the server name associated with a ConnectionInfo object.
Открытое свойство Sspi Gets the name of the SSPI package to use during the authentication process of the connection.
Открытое свойство Timeout Gets the timeout value associated with the ConnectionInfo object.
Открытое свойство TransportCompression Gets the TransportCompression object element with the ConnectionInfo object.
Открытое свойство UseExistingFile Gets the Boolean status of use existing file property of the ConnectionInfo object.
Открытое свойство UserID Gets the user identifier associated with the ConnectionInfo object.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник