IDatabaseProjectConfiguration.SetConfigurationProperty Method (String, String, DatabaseProjectPropertyComparisonType, DatabaseProjectEventPropagation)
Sets a project property to the specified value.
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, _
comparisonType As DatabaseProjectPropertyComparisonType, _
raiseEvents As DatabaseProjectEventPropagation _
)
void SetConfigurationProperty(
string propertyName,
string propertyValue,
DatabaseProjectPropertyComparisonType comparisonType,
DatabaseProjectEventPropagation raiseEvents
)
void SetConfigurationProperty(
String^ propertyName,
String^ propertyValue,
DatabaseProjectPropertyComparisonType comparisonType,
DatabaseProjectEventPropagation raiseEvents
)
abstract SetConfigurationProperty :
propertyName:string *
propertyValue:string *
comparisonType:DatabaseProjectPropertyComparisonType *
raiseEvents:DatabaseProjectEventPropagation -> unit
function SetConfigurationProperty(
propertyName : String,
propertyValue : String,
comparisonType : DatabaseProjectPropertyComparisonType,
raiseEvents : DatabaseProjectEventPropagation
)
Parameters
- propertyName
Type: System.String
The name of the property.
- propertyValue
Type: System.String
The new value for the property.
- comparisonType
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectPropertyComparisonType
Property sets are short-circuited if the value does not change. Use this type to determine how the property management system should compare old property values to new.
- raiseEvents
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectEventPropagation
Determines whether the system should raise events when the property value is set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectConfiguration Interface
SetConfigurationProperty Overload
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace