共用方式為


IDatabaseProjectConfiguration.SetConfigurationProperty 方法 (String, String, DatabaseProjectEventPropagation)

將專案屬性設定為指定的值。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

IDatabaseProjectConfiguration 介面

SetConfigurationProperty 多載

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間