VSDBToolsOptionsSettingsBase.SettingValues 属性

获取或设置指定设置及其当前值构成的字典。

命名空间:  Microsoft.Data.Schema.Tools.Settings.Internal
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Public Property SettingValues As IDictionary(Of String, String)
    Get
    Set
public IDictionary<string, string> SettingValues { get; set; }
public:
virtual property IDictionary<String^, String^>^ SettingValues {
    IDictionary<String^, String^>^ get () sealed;
    void set (IDictionary<String^, String^>^ value) sealed;
}
abstract SettingValues : IDictionary<string, string> with get, set
override SettingValues : IDictionary<string, string> with get, set
final function get SettingValues () : IDictionary<String, String>
final function set SettingValues (value : IDictionary<String, String>)

属性值

类型:System.Collections.Generic.IDictionary<String, String>
字符串形式的名称和值的字典。

实现

IVSDBToolsOptionsSettings.SettingValues

备注

set 过程使用提供的字典中的名称-数值对来遍历设置,并设置每个值。

.NET Framework 安全性

请参见

参考

VSDBToolsOptionsSettingsBase 类

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