PublishResult.DatabaseScript 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 DB-level deployment script, if one was requested. This script contains all operations that must be done against the database during deployment.
public string DatabaseScript { get; }
member this.DatabaseScript : string
Public ReadOnly Property DatabaseScript As String