Compartilhar via


Método IDatabaseProjectConfiguration.SetConfigurationProperty (String, String, DatabaseProjectEventPropagation)

Define uma propriedade de projeto para o valor especificado.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Sub SetConfigurationProperty ( _
    propertyName As String, _
    propertyValue As String, _
    raiseEvents As DatabaseProjectEventPropagation _
)
void SetConfigurationProperty(
    string propertyName,
    string propertyValue,
    DatabaseProjectEventPropagation raiseEvents
)
void SetConfigurationProperty(
    String^ propertyName, 
    String^ propertyValue, 
    DatabaseProjectEventPropagation raiseEvents
)
abstract SetConfigurationProperty : 
        propertyName:string * 
        propertyValue:string * 
        raiseEvents:DatabaseProjectEventPropagation -> unit 
function SetConfigurationProperty(
    propertyName : String, 
    propertyValue : String, 
    raiseEvents : DatabaseProjectEventPropagation
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

IDatabaseProjectConfiguration Interface

Sobrecargas SetConfigurationProperty

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project