Used to specify the connection in which the script will be executed.
property Connection: TIBCConnection;
Use the Connection property to specify the connection in which the script will be executed. If a connection has not been opened before running the Execute method, the TIBCConnection.Connect method is called.