共用方式為


IVSDBToolsOptionsSettings.SettingValues 屬性

取得或設定具名設定和其目前值的字典。

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

語法

'宣告
Property SettingValues As IDictionary(Of String, String)
    Get
    Set
IDictionary<string, string> SettingValues { get; set; }
property IDictionary<String^, String^>^ SettingValues {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
abstract SettingValues : IDictionary<string, string> with get, set
function get SettingValues () : IDictionary<String, String>
function set SettingValues (value : IDictionary<String, String>)

屬性值

型別:System.Collections.Generic.IDictionary<String, String>
字串形式之名稱和值的字典。

備註

set 程序使用所提供字典中的名稱/值組,以迴圈整個設定,並設定每個值。

.NET Framework 安全性

請參閱

參考

IVSDBToolsOptionsSettings 介面

Microsoft.Data.Schema.Tools.Settings.Internal 命名空間