ISecurityConnection2

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

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

Comments

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

Properties

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

Methods

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

See also:

Metabase Assembly Interfaces