ConnectionInfo Properties

Include Protected Members
Include Inherited Members

The ConnectionInfo type exposes the following members.

Properties

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

Top