PublishResult.MasterDbScript 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.
The master database-level deployment script, if one was requested. 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 MasterDbScript { get; }
member this.MasterDbScript : string
Public ReadOnly Property MasterDbScript As String