Свойство DacDeployOptions.SqlCommandVariableValues

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.

См. также

Справочник

DacDeployOptions Класс

Пространство имен Microsoft.SqlServer.Dac