ConnectionInfo-Member

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

Der ConnectionInfo-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ConnectionInfo Initializes a new instance of the ConnectionInfo class using a connection string.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang