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