Get-ScDatabases
Gets all databases configured for the specified project.
Syntax
Get-ScDatabases [[-ProjectPath] <String>] [<CommonParameters>]
Description
Gets all databases configured in the ConnectionStrings.config of the specified project.
Parameters
-ProjectPath <String>
The path to the project to get the databases from.
| Position | Required | Default value | Accept pipeline input | Accept wildchard characters |
|---|---|---|---|---|
| 1 | false | false | false |
Examples
-------------------------- EXAMPLE 1 --------------------------
Get-ScDatabases