ISecurityConnection2

Assembly: Metabase;

Description

The ISecurityConnection2 interface is used to work with a specific DB server connection.

Comments

The ISecurityConnection2 interface is implemented to get a possibility to create a new database connection on the basis of existing one with the possibility to specify a new connection type.

Properties

  Property name Brief description
Type The Type property returns the specific database connection type.

Methods

  Method name Brief description
Clone The Clone method creates a specific copy of connection.
SupportsConnectionType The SupportsConnectionType method determines whether the connection type specified in parameters is supported by the driver.

See also:

Metabase Assembly Interfaces