IMetabaseCustomForeEvent.InvokeEvent

Syntax

InvokeEvent(SesConn: ISecurityConnection);

Parameters

SesConn. Connection with DBMS server.

Description

The InvokeEvent method invokes a custom event on connecting to database server.

Comments

To invoke a custom event, use the IMetabaseCustomForeEvent.Invoke method.

See also:

IMetabaseCustomForeEvent