IPrimaryMsSqlODBCSPLD

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IPrimaryMsSqlODBCSPLD interface contains properties and methods of security module used on repository connection using Microsoft SQL Server ODBC driver.

Inheritance Hierarchy

          ISecurityPackageLogonData

          IPrimaryMsSqlSPLD

          IPrimaryMsSqlODBCSPLD

Comments

ODBC driver must be installed in the operating system.

Properties

  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.

Properties inherited from IPrimaryMsSqlSPLD

  Property name Brief description
The Database property determines identifier of the database on the MS SQL server, in which repository data is stored.
The DatabaseOnly property determines 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.

Properties inherited from ISecurityPackageLogonData

  Property name Brief description
The IsUnicode property indicates whether the Unicode is used.
The LogonEvent property determines the use of events when connecting to the database.
The ParamCount property returns the number of parameters of the security module.
The ParamName property returns a name of the parameter of the security module.
The ParamValue property determines a value of the parameter of the security module.
The Unicode property determines whether to use the Unicode.
The Valid property indicates whether security module parameters are correct.

Methods inherited from ISecurityPackageLogonData

  Property name Brief description
The Clone method returns an object that contains a copy of the security module parameters.
The DbObjectO method returns an identifier of the object with the prefix that corresponds to the current repository.

See also:

Metabase Assembly Interfaces