Sdílet prostřednictvím


IDatabaseProjectConfiguration.SetConfigurationProperty – metoda (String, String, DatabaseProjectEventPropagation)

Zadaná hodnota nastaví vlastnost projektu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDatabaseProjectConfiguration Rozhraní

SetConfigurationProperty – přetížení

Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů