PublishOptions.MasterDbScriptPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional path to write the master database-level deployment script, if GenerateDeploymentScript is true. This script is only created if Azure SQL DB is the target as USE statements are not supported on that platform. It contains all operations that must be done against the master database, for instance Create Database statements
public string MasterDbScriptPath { get; set; }
member this.MasterDbScriptPath : string with get, set
Public Property MasterDbScriptPath As String