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


Элементы ConnectionInfo

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

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

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

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

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало