Freigeben über


IDatabaseProjectConfiguration.SetConfigurationProperty-Methode (String, String, DatabaseProjectEventPropagation)

Legt eine Projekteigenschaft auf den angegebenen Wert fest.

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

Syntax

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

Parameter

  • propertyValue
    Typ: System.String
    Der neue Wert für die Eigenschaft.

.NET Framework-Sicherheit

Siehe auch

Referenz

IDatabaseProjectConfiguration Schnittstelle

SetConfigurationProperty-Überladung

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