DatabaseProjectConfig.SetConfigurationProperty Method (String, String, 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 Overrides Sub SetConfigurationProperty ( _
propertyName As String, _
propertyValue As String, _
raiseEvents As DatabaseProjectEventPropagation _
)
public override void SetConfigurationProperty(
string propertyName,
string propertyValue,
DatabaseProjectEventPropagation raiseEvents
)
public:
virtual void SetConfigurationProperty(
String^ propertyName,
String^ propertyValue,
DatabaseProjectEventPropagation raiseEvents
) override
abstract SetConfigurationProperty :
propertyName:string *
propertyValue:string *
raiseEvents:DatabaseProjectEventPropagation -> unit
override SetConfigurationProperty :
propertyName:string *
propertyValue:string *
raiseEvents:DatabaseProjectEventPropagation -> unit
public override function SetConfigurationProperty(
propertyName : String,
propertyValue : String,
raiseEvents : DatabaseProjectEventPropagation
)
Parameters
- propertyName
Type: System.String
The name of the property.
- propertyValue
Type: System.String
The new value for the property.
- 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