PublishOptions.DatabaseScriptPath 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 DB-level deployment script, if GenerateDeploymentScript is true. This script contains all operations that must be done against the database during deployment.
public string DatabaseScriptPath { get; set; }
member this.DatabaseScriptPath : string with get, set
Public Property DatabaseScriptPath As String