SqlSchemaDeploymentOptions.SourceSetVariables 属性

获取比较源的变量及其值的列表。

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

语法

声明
Public ReadOnly Property SourceSetVariables As Dictionary(Of String, String)
    Get
public Dictionary<string, string> SourceSetVariables { get; }
public:
property Dictionary<String^, String^>^ SourceSetVariables {
    Dictionary<String^, String^>^ get ();
}
member SourceSetVariables : Dictionary<string, string>
function get SourceSetVariables () : Dictionary<String, String>

属性值

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

.NET Framework 安全性

请参见

参考

SqlSchemaDeploymentOptions 类

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