Share via


SqlModelComparerConfiguration.SourceSqlCmdVariables Property

Gets SQL command variables for the source model store.

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

Syntax

'Declaration
Public ReadOnly Property SourceSqlCmdVariables As IDictionary(Of String, String)
    Get
'Usage
Dim instance As SqlModelComparerConfiguration
Dim value As IDictionary(Of String, String)

value = instance.SourceSqlCmdVariables
public IDictionary<string, string> SourceSqlCmdVariables { get; }
public:
property IDictionary<String^, String^>^ SourceSqlCmdVariables {
    IDictionary<String^, String^>^ get ();
}
function get SourceSqlCmdVariables () : IDictionary<String, String>
member SourceSqlCmdVariables : IDictionary<string, string>

Property Value

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

.NET Framework Security

See Also

Reference

SqlModelComparerConfiguration Class

SqlModelComparerConfiguration Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace