VSDBToolsOptionsSettingsBase.SettingProperties-Eigenschaft

Ruft ein Wörterbuch von benannten Einstellungen und ihren Werten ab.

Namespace:  Microsoft.Data.Schema.Tools.Settings.Internal
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<String, PropertyDescriptor>
Ein Wörterbuch, in dem jedes Element aus einem Namen und einem Eigenschaftendeskriptor, der den Einstellungswert darstellt, besteht.

.NET Framework-Sicherheit

Siehe auch

Referenz

VSDBToolsOptionsSettingsBase Klasse

Microsoft.Data.Schema.Tools.Settings.Internal-Namespace

PropertyDescriptor

IVSDBToolsOptionsSettings