Help > Web Development > Object Reference > Object Reference > ISYSIDB > Engine Property
<a name="kanchor416"></a>ISYSIDB:Engine Property
Must be set to the parent ISYSEngine before calling Execute.

Syntax
[VBScript]
 property ISYSIDB.Engine as ISYSEngine
[C#]
ISYSEngine ISYSIDB.Engine {get;put;}
[ColdFusion/Java]
ISYSEngine ISYSIDB.Engine() throws ComException;
void ISYSIDB.set_Engine( ISYSEngine value );