Compartir a través de


DatabaseProjectConfig.IDatabaseProjectConfiguration.GetConfigurationProperty (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 no admite implementaciones explícitas de interfaces.

Parámetros

Valor devuelto

Tipo: System.String

Implementaciones

IDatabaseProjectConfiguration.GetConfigurationProperty(String, Boolean, DatabaseProjectPropertyValueType)

Seguridad de .NET Framework

Vea también

Referencia

DatabaseProjectConfig Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)