Share via


SqlModelComparerConfiguration.SourceSqlCmdVariables Property

Gets the SQLCMD variables for the source model store.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SqlModelComparerConfiguration Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace