The IPrimaryMsSqlSPLD interface contains properties and methods of a security module used to connect with a scheme located on MS SQL server.
| Property name | Brief description | |
| The Database property determines an identifier of the database on the MS SQL server, in which repository data is stored. | ||
| The DatabaseOnly property determines a database identifier on the MS SQL server. The property is relevant if a user schema in database is used. | ||
| The FileGroup property determines a file group for creating tables. | ||
| The SchemaOnly property determines a user schema identifier in database. | ||
| The Server property determines the alias, under which the MS SQL server is registered. |
| 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: