VSDBToolsOptionsSettingsBase.SettingProperties 属性

获取由指定设置及其值构成的字典。

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

语法

声明
Protected Overridable ReadOnly Property SettingProperties As Dictionary(Of String, PropertyDescriptor)
    Get
protected virtual Dictionary<string, PropertyDescriptor> SettingProperties { get; }
protected:
virtual property Dictionary<String^, PropertyDescriptor^>^ SettingProperties {
    Dictionary<String^, PropertyDescriptor^>^ get ();
}
abstract SettingProperties : Dictionary<string, PropertyDescriptor>
override SettingProperties : Dictionary<string, PropertyDescriptor>
function get SettingProperties () : Dictionary<String, PropertyDescriptor>

属性值

类型:System.Collections.Generic.Dictionary<String, PropertyDescriptor>
一个字典,其中的每一项都由名称和表示其设置值的属性描述符组成。

.NET Framework 安全性

请参见

参考

VSDBToolsOptionsSettingsBase 类

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

PropertyDescriptor

IVSDBToolsOptionsSettings