Partager via


IDatabaseProjectConfiguration.SetConfigurationProperty, méthode (String, String, DatabaseProjectEventPropagation)

Définit une propriété de projet spécifiée sur la valeur indiquée.

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
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
)

Paramètres

  • propertyValue
    Type : System.String
    Nouvelle valeur de la propriété.

Sécurité .NET Framework

Voir aussi

Référence

IDatabaseProjectConfiguration Interface

SetConfigurationProperty, surcharge

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