ScriptFile ( DatabaseObject scriptObject, BuildErrorBase error ) : System |
Instantiates a build script object in the given error state. The instance created by this constructor represents a build script that was determined to be invalid even before the script content was parsed. This usually happens when the script repository encounters a problem. |
|
ScriptFile ( TypedDatabaseObject scriptObject, string scriptContent, IParser parser ) : System |
Instantiates a build script object. This constructor will attempt to parse the given SQL and determine whether it is valid and whether the script creates the object specified by the given identifier. If the script is invalid in anyway, the ScriptError property will reflect that. |
|