Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IPrimaryServiceSPLD interface contains properties and methods of a security module that are used to connect to repository via the platform web service.
IPrimaryServiceSPLD
To use connection to repository via the platform web service, enable executing SQL queries with the use of BI server operations. To do this, in BI server settings create the Dal subsection and set the Allow checkbox to 1.
Property name | Brief description | |
The Endpoint property determines URL of the platform web service, which will be used to connect and work with repository. | ||
The Metabase property determines identifier of description of the repository, to which it is required to connect via the platform web service. | ||
The OriginLogonData property returns parameters of security module of the repository, to which connection is established via the platform web service. |
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. |
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: