Get-SQLServerDatabaseCreateStrategy
Description
Creates a new SQL Server database based on the create strategy and the -Settings provided.
Syntax
Get-SQLServerDatabaseCreateStrategy [-Settings] <hashtable> [-Database] <string> [-csb] <DbConnectionStringBuilder> [[-CreateByRestoringBackup] <string>] [<CommonParameters>]
Parameters
Name | Alias | Description | Required? | Pipeline Input | Default Value |
---|---|---|---|---|---|
CreateByRestoringBackup | None | false | false | ||
Database | None | true | false | ||
Settings | None | true | false | ||
csb | None | true | false |