Compartir a través de


ConnectionInfo Miembros

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

El tipo ConnectionInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ConnectionInfo Initializes a new instance of the ConnectionInfo class using a connection string.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Catalog Gets a catalog of databases associated with the ConnectionInfo object.
Propiedad pública CharacterEncoding Gets the character encoding value associated with the ConnectionInfo object.
Propiedad pública CompressionLevel Gets the compression level associated with the ConnectionInfo object.
Propiedad pública ConnectionType Gets the connection type associated with the ConnectionInfo object.
Propiedad pública ConnectTimeout Gets the connection timeout information associated with the ConnectionInfo object.
Propiedad pública EncryptionPassword Infraestructura.
Propiedad pública ExtendedProperties Gets the extended properties associated with the ConnectionInfo object.
Propiedad pública ImpersonationLevel Gets the impersonation level associated with a ConnectionInfo object.
Propiedad pública InstanceName Gets the instance name associated with the ConnectionInfo object.
Propiedad pública IntegratedSecurity Gets the integrated security status for the ConnectionInfo object.
Propiedad pública Location Gets the location associated with the ConnectionInfo object.
Propiedad pública PacketSize Gets the packet size in bytes associated with a ConnectionInfo object.
Propiedad pública Password Gets the password associated with the ConnectionInfo object.
Propiedad pública Port Gets the port number associated with the ConnectionInfo object.
Propiedad pública ProtectionLevel Gets the protection level associated with a ConnectionInfo object.
Propiedad pública ProtocolFormat Gets the protocol format for the ConnectionInfo object.
Propiedad pública Server Gets the server name associated with a ConnectionInfo object.
Propiedad pública Sspi Gets the name of the SSPI package to use during the authentication process of the connection.
Propiedad pública Timeout Gets the timeout value associated with the ConnectionInfo object.
Propiedad pública TransportCompression Gets the TransportCompression object element with the ConnectionInfo object.
Propiedad pública UseExistingFile Gets the Boolean status of use existing file property of the ConnectionInfo object.
Propiedad pública UserID Gets the user identifier associated with the ConnectionInfo object.

Principio