Get dictionary of SQL command variable values, keyed by variable name.
命名空间: Microsoft.SqlServer.Dac
程序集: Microsoft.SqlServer.Dac(在 Microsoft.SqlServer.Dac.dll 中)
语法
声明
Public ReadOnly Property SqlCommandVariableValues As IDictionary(Of String, String)
Get
用法
Dim instance As DacDeployOptions
Dim value As IDictionary(Of String, String)
value = instance.SqlCommandVariableValues
public IDictionary<string, string> SqlCommandVariableValues { get; }
public:
property IDictionary<String^, String^>^ SqlCommandVariableValues {
IDictionary<String^, String^>^ get ();
}
member SqlCommandVariableValues : IDictionary<string, string>
function get SqlCommandVariableValues () : IDictionary<String, String>
属性值
类型:System.Collections.Generic.IDictionary<String, String>
Dictionary of SQL command variable values, keyed by variable name.
注释
Valid values must be provided for every variable before deployment, or failures may occur during deployment.