VSDBToolsOptionsSettingsBase.SettingProperties Property
Gets a dictionary of named settings and their values.
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)
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>
Property Value
Type: System.Collections.Generic.Dictionary<String, PropertyDescriptor>
A dictionary where each item consists of a name and a property descriptor that represents the setting value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VSDBToolsOptionsSettingsBase Class