IDatabaseProjectNode.SetProjectProperty Method (String, String, DatabaseProjectPropertyComparisonType, DatabaseProjectEventPropagation)
Sets a project property.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub SetProjectProperty ( _
propertyName As String, _
propertyValue As String, _
comparisonType As DatabaseProjectPropertyComparisonType, _
raiseEvents As DatabaseProjectEventPropagation _
)
void SetProjectProperty(
string propertyName,
string propertyValue,
DatabaseProjectPropertyComparisonType comparisonType,
DatabaseProjectEventPropagation raiseEvents
)
void SetProjectProperty(
String^ propertyName,
String^ propertyValue,
DatabaseProjectPropertyComparisonType comparisonType,
DatabaseProjectEventPropagation raiseEvents
)
abstract SetProjectProperty :
propertyName:string *
propertyValue:string *
comparisonType:DatabaseProjectPropertyComparisonType *
raiseEvents:DatabaseProjectEventPropagation -> unit
function SetProjectProperty(
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 compares old to new property values.
- raiseEvents
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectEventPropagation
Determines whether the system raises events
.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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace