Compartilhar via


Propriedade DeploymentContributorConfigurationSetup.Properties

Obtém um dicionário que contém as configurações e propriedades atuais.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
Public ReadOnly Property Properties As IDictionary(Of String, Object)
    Get
public IDictionary<string, Object> Properties { get; }
public:
property IDictionary<String^, Object^>^ Properties {
    IDictionary<String^, Object^>^ get ();
}
member Properties : IDictionary<string, Object>
function get Properties () : IDictionary<String, Object>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, Object>
Dicionário de propriedades e configurações.

Segurança do .NET Framework

Consulte também

Referência

DeploymentContributorConfigurationSetup Classe

Namespace Microsoft.Data.Schema.Build