Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IPrimaryODBCSPLD interface contains properties and methods of the security module used on connecting to data sources using one of the ODBC drivers installed in the operating system.
IPrimaryODBCSPLD
| Property name | Brief description | |
| The ODBCParamCount property returns the number of parameters, for which values are determined. | ||
| The ODBCParamName property returns parameter name with the specified index. | ||
| The ODBCParams property determines a string of additional parameters values. | ||
| The ODBCParamValueproperty determines a parameter value with the specified index. |
| Property name | Brief description | |
| The IsUnicode property returns whether the Unicode encoding is used. | ||
| The LogonEvent property determines the use of events when connecting to the database. | ||
| The ParamCount property returns the number of security unit parameters. | ||
| The ParamName property returns the name of the security unit parameter. | ||
| The ParamValue property determines a value of the security unit parameter. | ||
| The Unicode property determines whether to use the Unicode encoding. | ||
| The Valid property returns whether security unit parameters are correct. |
| Property name | Brief description | |
| The Clone method returns an object that contains a copy of the security unit parameters. | ||
| The DbObjectO method returns the identifier of the object with the prefix that corresponds to the current repository. |
See also: