SqlModelComparerConfiguration.TargetSqlCmdVariables Property

Gets SQL command variables for the target 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 TargetSqlCmdVariables As IDictionary(Of String, String)
    Get
'Usage
Dim instance As SqlModelComparerConfiguration
Dim value As IDictionary(Of String, String)

value = instance.TargetSqlCmdVariables
public IDictionary<string, string> TargetSqlCmdVariables { get; }
public:
property IDictionary<String^, String^>^ TargetSqlCmdVariables {
    IDictionary<String^, String^>^ get ();
}
function get TargetSqlCmdVariables () : IDictionary<String, String>
member TargetSqlCmdVariables : 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