DacDeployOptions.SqlCommandVariableValues 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.
Get dictionary of SQL command variable values, keyed by variable name.
public System.Collections.Generic.IDictionary<string,string> SqlCommandVariableValues { get; }
member this.SqlCommandVariableValues : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property SqlCommandVariableValues As IDictionary(Of String, String)
Property Value
Dictionary of SQL command variable values, keyed by variable name.
Remarks
Valid values must be provided for every variable before deployment, or failures may occur during deployment.