Share via


DeploymentContributorConfigurationSetup.SqlCmdVariables Property

Gets the SqlCmd variables defined

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

Syntax

'Declaration
Public ReadOnly Property SqlCmdVariables As IDictionary(Of String, String)
    Get
'Usage
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>

Property Value

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

See Also

Reference

DeploymentContributorConfigurationSetup Class

Microsoft.SqlServer.Dac.Deployment Namespace