Partager via


Propriété DeploymentContributorConfigurationSetup.SqlCmdVariables

Gets the SqlCmd variables defined

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

Syntaxe

'Déclaration
Public ReadOnly Property SqlCmdVariables As IDictionary(Of String, String)
    Get
'Utilisation
Dim instance As DeploymentContributorConfigurationSetup 
Dim value As IDictionary(Of String, String)

value = instance.SqlCmdVariables
public IDictionary<string, string> SqlCmdVariables { get; }
public:
property IDictionary<String^, String^>^ SqlCmdVariables {
    IDictionary<String^, String^>^ get ();
}
member SqlCmdVariables : IDictionary<string, string>
function get SqlCmdVariables () : IDictionary<String, String>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, String>

Voir aussi

Référence

DeploymentContributorConfigurationSetup Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment