Partager via


Propriété SqlDeploymentOptions.SqlCommandVariableValues

Get dictionary of SQL command variable values, keyed by variable name.

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SqlCommandVariableValues As IDictionary(Of String, String)
    Get
'Utilisation
Dim instance As SqlDeploymentOptions 
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>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, String>
Dictionary of SQL command variable values, keyed by variable name.

Notes

Valid values must be provided for every variable before deployment, or failures may occur during deployment.

Voir aussi

Référence

SqlDeploymentOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment