SqlModelComparerConfiguration.SourceSqlCmdVariables 属性

获取源模型存储区的 SQLCMD 变量。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public ReadOnly Property SourceSqlCmdVariables As IDictionary(Of String, String)
    Get
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>

属性值

类型:System.Collections.Generic.IDictionary<String, String>

.NET Framework 安全性

请参见

参考

SqlModelComparerConfiguration 类

Microsoft.Data.Schema.Sql.SchemaModel 命名空间