DacDeployOptions.SqlCommandVariableValues Property

Definition

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.

Applies to