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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SqlModelComparerConfiguration Class