Assembly: Metabase;
The IPrimaryMsSqlODBCSPLD interface contains properties and methods of the security unit used on connecting to repository via Microsoft SQL Server ODBC driver.
IPrimaryMsSqlODBCSPLD
An ODBC driver must be installed in the operating system.
Property name | Brief description | |
ODBCParamCount | The ODBCParamCount property returns the number of parameters, for which values are determined. | |
ODBCParamName | The ODBCParamName property returns parameter name with the specified index. | |
ODBCParamValue | The ODBCParamValue property determines a parameter value with the specified index. |
Property name | Brief description | |
Database | The Database property determines an identifier of the database on the MS SQL server, in which repository data is stored. | |
DatabaseOnly | The DatabaseOnly property determines a database identifier on the MS SQL server. The property is relevant if a user schema in database is used. | |
ODBCParams | The ODBCParams property determines a string of additional parameter values. | |
FileGroup | The FileGroup property determines a file group for creating tables. | |
SchemaOnly | The SchemaOnly property determines a user schema identifier in database. | |
Server | The Server property determines the alias, under which the MS SQL server is registered. |
Property name | Brief description | |
IsUnicode | The IsUnicode property returns whether the Unicode encoding is used. | |
LogonEvent | The LogonEvent property determines the use of events when connecting to the repository. | |
ParamCount | The ParamCount property returns the number of security unit parameters. | |
ParamName | The ParamName property returns the name of the security unit parameter. | |
ParamValue | The ParamValue property determines a value of the security unit parameter. | |
Unicode | The Unicode property determines whether to use the Unicode encoding. | |
Valid | The Valid property returns whether security unit parameters are correct. |
Property name | Brief description | |
Clone | The Clone method returns an object that contains a copy of the security unit parameters. | |
DbObjectO | The DbObjectO method returns identifier of the object with the prefix that corresponds to the current repository. |
See also: