PublishResult.MasterDbScript Property

Definition

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

Property Value

Applies to