Compartilhar via


Propriedade do RDL DeploymentContributorConfigurationSetup.SqlCmdVariables

Gets the SqlCmd variables defined

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

DeploymentContributorConfigurationSetup Classe

Namespace Microsoft.SqlServer.Dac.Deployment