PublishDacpacSettings.

SqlCommandVariableValues Property

Summary

Get dictionary of SQL command variable values, keyed by variable name.
Assembly
Cake.SqlServer.dll
Namespace
Cake.SqlServer
Containing Type
PublishDacpacSettings

Syntax

public Dictionary<string, string> SqlCommandVariableValues { get; }

Remarks

Valid values must be provided for every variable before deployment, or failures may occur during deployment.

Value

Type Description
Dictionary<string, string>