Assembly: Metabase;
The ISecurityConnection2 interface is used to work with a specific DB server connection.
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.
Property name | Brief description | |
Type | The Type property returns the specific database connection type. |
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: