共用方式為


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