共用方式為


DeploymentProjectBuilder.Properties 屬性

取得或設定與這個部署專案關聯的屬性清單。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Protected Friend Property Properties As Dictionary(Of String, Object)
    Get
    Set
protected internal Dictionary<string, Object> Properties { get; set; }
protected public:
property Dictionary<String^, Object^>^ Properties {
    Dictionary<String^, Object^>^ get ();
    void set (Dictionary<String^, Object^>^ value);
}
member Properties : Dictionary<string, Object> with get, set
function get Properties () : Dictionary<String, Object>
function set Properties (value : Dictionary<String, Object>)

屬性值

型別:System.Collections.Generic.Dictionary<String, Object>

.NET Framework 安全性

請參閱

參考

DeploymentProjectBuilder 類別

Microsoft.Data.Schema.Build 命名空間