ISecurityPackageLogonDataEx.IsRequired

Syntax

IsRequired(Index: Integer): Boolean;

Parameters

Index. Index of a parameter of security module.

Description

The IsRequired property returns whether there is a mandatory parameter displayed in the authorization dialog box in the database.

Comments

To set connection with a specified privilege use ICredentials.ConnectAsPrivilege or IDalConnectionDescriptor2.ConnectAsPrivilege.

Example

The property use is given in the example for ISecurityPackageLogonDataEx.ParamDescription.

See also:

ISecurityPackageLogonDataEx