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
- propertyName
Tipo: System.String
- resetCache
Tipo: System.Boolean
- evaluation
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectPropertyValueType
Valor devuelto
Tipo: System.String
Implementaciones
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)