共用方式為


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 命名空間