Partager via


DatabaseProjectConfig.IDatabaseProjectConfiguration.GetConfigurationProperty, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Private Function GetConfigurationProperty ( _
    propertyName As String, _
    resetCache As Boolean, _
    evaluation As DatabaseProjectPropertyValueType _
) As String Implements IDatabaseProjectConfiguration.GetConfigurationProperty
string IDatabaseProjectConfiguration.GetConfigurationProperty(
    string propertyName,
    bool resetCache,
    DatabaseProjectPropertyValueType evaluation
)
private:
virtual String^ GetConfigurationProperty(
    String^ propertyName, 
    bool resetCache, 
    DatabaseProjectPropertyValueType evaluation
) sealed = IDatabaseProjectConfiguration::GetConfigurationProperty
private abstract GetConfigurationProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:DatabaseProjectPropertyValueType -> string 
private override GetConfigurationProperty : 
        propertyName:string * 
        resetCache:bool * 
        evaluation:DatabaseProjectPropertyValueType -> string 
JScript ne prend pas en charge les implémentations d'interfaces explicites.

Paramètres

Valeur de retour

Type : System.String

Implémentations

IDatabaseProjectConfiguration.GetConfigurationProperty(String, Boolean, DatabaseProjectPropertyValueType)

Sécurité .NET Framework

Voir aussi

Référence

DatabaseProjectConfig Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms