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