PublishDacpacSettings.

DatabaseScriptPath Property

Summary

Optional path to write the DB-level deployment script, if Microsoft.SqlServer.Dac.PublishOptions.GenerateDeploymentScript is true. This script contains all operations that must be done against the database during deployment.
Assembly
Cake.SqlServer.dll
Namespace
Cake.SqlServer
Containing Type
PublishDacpacSettings

Syntax

public string DatabaseScriptPath { get; set; }

Value

Type Description
string