Creates a new database project.
The cmdlet creates an object that represents the project from a path.
New-DevartDatabaseProject [-SourceScriptsFolder] <string> [<CommonParameters>]
-SourceScriptsFolder <string>
Path to the folder of source scripts to build database.
Required? true
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the following common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, InformationAction, InformationVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see About CommonParameters.
Devart.DbForge.DevOpsAutomation.SqlServer.DatabaseProject
---------- EXAMPLE 1 ----------
$databaseProject = New-DevartDatabaseProject -SourceScriptsFolder $scriptFolder