Share via


SqlSchemaDeploymentOptions.SourceSetVariables Property

Gets the list of variables and their values for the source of the comparison.

Namespace:  Microsoft.Data.Schema.Sql.Build
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property SourceSetVariables As Dictionary(Of String, String)
public Dictionary<string, string> SourceSetVariables { get; }
public:
property Dictionary<String^, String^>^ SourceSetVariables {
    Dictionary<String^, String^>^ get ();
}
member SourceSetVariables : Dictionary<string, string>
function get SourceSetVariables () : Dictionary<String, String>

Property Value

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

.NET Framework Security

See Also

Reference

SqlSchemaDeploymentOptions Class

Microsoft.Data.Schema.Sql.Build Namespace