SqlDeploymentOptions.SqlCommandVariableValues 属性

定义

获取 SQL 命令变量值的字典,按变量名称键键。

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)

属性值

SQL 命令变量值的字典,按变量名称键键。

注解

必须在部署前为每个变量提供有效值,否则部署期间可能发生故障。

适用于