Authoring Objects Summary

English Query

English Query

Authoring Objects Summary

This summary lists all the objects in the Authoring object model and their properties and methods.

Description FileName PropertyIndicates the file name and/or the full path to the file with the error of the current English Query project (*.eqp). ErrorCode PropertyIndicates a unique error code for the error. LineNumber PropertyDisplays the number of the line containing the error. ObjectID PropertyContains the ID of the object that generated the error. ObjectType PropertyIndicates the type of object that generated the error. Severity PropertyIndicates the type of error. Text PropertySpecifies the text of the error.

  • EQModel Object

    Properties/Methods

    Properties/Methods Description
    Errors Property Contains the collection of errors generated from the last method used on the EQModel object.
    AutoModel MethodCreates default entities and relationships for tables and entities in the current project.
    Build MethodBuilds an English Query model from the current project.
    Compile MethodPerforms all object validation checks on each object in the project and returns a collection of errors, warnings, and the number of occurrences.
    CreateProject Method Clears the contents of the current project and sets the name of the new project.
    FetchDatabaseStructure MethodRetrieves schema information, such as tables or cubes, from the database by using the given Microsoft® ActiveX® Data Objects (ADO) Connection object.
    OpenModule MethodLoads the contents of a English Query module (*.eqm) and appends it to the existing XMLDOMDocument object.
    OpenProject MethodClears the XMLDOMDocument object and then loads a project (*.eqp), including modules (*.eqm), into the XMLDOMDocument object.
    OpenProjectFromXMLDOM MethodLoads the contents of the current project from an XMLDOMDocument object.
    SaveModule MethodSaves the contents of a module in the XMLDOMDocument object into the specified module file.
    SaveProject MethodSaves the contents of the XMLDOMDocument object in semantic modeling format (SMF) into project (*.eqp) and module (*.eqm) files.
    SaveProjectAsSMF MethodSaves the contents of the current project to a merged single SMF (.smf) file.