DatabaseProjectConfig.SetConfigurationProperty Method (String, String, DatabaseProjectPropertyComparisonType, DatabaseProjectEventPropagation)
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Sub SetConfigurationProperty ( _
propertyName As String, _
propertyValue As String, _
comparisonType As DatabaseProjectPropertyComparisonType, _
raiseEvents As DatabaseProjectEventPropagation _
)
public void SetConfigurationProperty(
string propertyName,
string propertyValue,
DatabaseProjectPropertyComparisonType comparisonType,
DatabaseProjectEventPropagation raiseEvents
)
public:
virtual void SetConfigurationProperty(
String^ propertyName,
String^ propertyValue,
DatabaseProjectPropertyComparisonType comparisonType,
DatabaseProjectEventPropagation raiseEvents
) sealed
abstract SetConfigurationProperty :
propertyName:string *
propertyValue:string *
comparisonType:DatabaseProjectPropertyComparisonType *
raiseEvents:DatabaseProjectEventPropagation -> unit
override SetConfigurationProperty :
propertyName:string *
propertyValue:string *
comparisonType:DatabaseProjectPropertyComparisonType *
raiseEvents:DatabaseProjectEventPropagation -> unit
public final 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 will compare old to new property values.
- raiseEvents
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectEventPropagation
Determines whether the system will raise events.
Implements
.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
SetConfigurationProperty Overload
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace