Delen via


IVSDBToolsOptionsSettings.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
Property SettingValues As IDictionary(Of String, String)
IDictionary<string, string> SettingValues { get; set; }
property IDictionary<String^, String^>^ SettingValues {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
abstract SettingValues : IDictionary<string, string> with get, set
function get SettingValues () : IDictionary<String, String>
function set SettingValues (value : IDictionary<String, String>)

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
The dictionary of names and values as strings.

Remarks

The set procedure uses the name/value pairs in the provided dictionary to loop through the settings and to set each value.

.NET Framework Security

See Also

Reference

IVSDBToolsOptionsSettings Interface

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