This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SqlServer.
Summary
Get dictionary of SQL command variable values, keyed by variable name.
- Assembly
- Cake
.SqlServer .dll - Namespace
- Cake
.SqlServer - Containing Type
- Publish
Dacpac Settings
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 |