Partilhar via


Propriedade VSDBToolsOptionsSettingsBase.SettingProperties

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

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

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.Dictionary<String, PropertyDescriptor>
Um dicionário, onde cada item consiste em um nome e um descritor de propriedade que representa o valor de configuração.

Segurança do .NET Framework

Consulte também

Referência

VSDBToolsOptionsSettingsBase Classe

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

PropertyDescriptor

IVSDBToolsOptionsSettings