Partager via


DeploymentContributorConfigurationSetup.Properties, propriété

Obtient un dictionnaire qui contient les propriétés et les paramètres actuels.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

Type : System.Collections.Generic.IDictionary<String, Object>
Dictionnaire de propriétés et paramètres.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentContributorConfigurationSetup Classe

Microsoft.Data.Schema.Build, espace de noms