Compartilhar via


Propriedade IVSDBToolsOptionsSettings.SettingValues

Obtém ou define um dicionário nomeadas de configurações e seus valores atuais.

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

Sintaxe

'Declaração
Property SettingValues As IDictionary(Of String, String)
    Get
    Set
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>)

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, String>
O dicionário de nomes e valores como seqüências de caracteres.

Comentários

O set procedimento usa os pares nome/valor no dicionário fornecido para fazer um loop através das configurações e para definir cada valor.

Segurança do .NET Framework

Consulte também

Referência

IVSDBToolsOptionsSettings Interface

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