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
- propertyName
Type : System.String
Nom de la propriété.
- propertyValue
Type : System.String
Nouvelle valeur de la propriété.
- raiseEvents
Type : Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectEventPropagation
Détermine si le système doit déclencher des événements lorsque la valeur de propriété est définie.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IDatabaseProjectConfiguration Interface
SetConfigurationProperty, surcharge
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms