Assembly: Metabase;
The ISecurityPackageLogonDataEx interface contains additional properties of repository security unit parameters.
ISecurityPackageLogonDataEx
Any properties returned by the ISecurityPackageLogonData interface can be cast to the ISecurityPackageLogonDataEx interface.
Property name | Brief description | |
The IsLocal property returns whether it is possible to use a parameter in shared variables. | ||
The IsRequired property returns whether there is a mandatory parameter displayed in the authorization dialog box in the database. | ||
The ParamCountEx property returns number of parameters of a security module along with additional parameters. | ||
The ParamDescription property returns a description of security module parameter. | ||
The ParamIndex property returns an index of security module parameter. | ||
The ServiceLogon property determines whether connection via platform web service is established without creating a repository connection. | ||
The ServiceLogonData property returns additional parameters of security module containing settings to connect to DBMS using the platform web service. |
See also: