Member Junction
    Preparing search index...

    Interface DatabaseProvisionResult

    Result of the database provisioning phase.

    DatabaseProvisionPhase.Run

    interface DatabaseProvisionResult {
        ScriptsGenerated: string[];
        ValidationPassed: boolean;
    }
    Index

    Properties

    ScriptsGenerated: string[]

    Absolute paths of the SQL script files that were generated.

    ValidationPassed: boolean

    Whether the post-script TCP connectivity validation passed.