VSDBToolsOptionsSettingsBase.SettingValues Property
Gets or sets a dictionary of named settings and their current values.
Namespace: Microsoft.Data.Schema.Tools.Settings.Internal
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Public Property SettingValues As IDictionary(Of String, String)
public IDictionary<string, string> SettingValues { get; set; }
public:
virtual property IDictionary<String^, String^>^ SettingValues {
IDictionary<String^, String^>^ get () sealed;
void set (IDictionary<String^, String^>^ value) sealed;
}
abstract SettingValues : IDictionary<string, string> with get, set
override SettingValues : IDictionary<string, string> with get, set
final function get SettingValues () : IDictionary<String, String>
final function set SettingValues (value : IDictionary<String, String>)
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
The dictionary of names and values as strings.
Implements
IVSDBToolsOptionsSettings.SettingValues
Remarks
The set procedure uses the name/value pairs in the provided dictionary to loop through the settings and set each 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.