Compartir a través de


DeploymentContributorConfigurationSetup.SqlCmdVariables Propiedad

Gets the SqlCmd variables defined

Espacio de nombres:  Microsoft.SqlServer.Dac.Deployment
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public ReadOnly Property SqlCmdVariables As IDictionary(Of String, String)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

DeploymentContributorConfigurationSetup Clase

Espacio de nombres Microsoft.SqlServer.Dac.Deployment