Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.
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
)
Parameter
- propertyName
Typ: System.String
Der Name der Eigenschaft.
- propertyValue
Typ: System.String
Der neue Wert für die Eigenschaft.
- comparisonType
Typ: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectPropertyComparisonType
Eigenschaftensätze werden kurzgeschlossen, wenn der Wert nicht geändert wird.Bestimmen Sie mithilfe dieses Typs, wie das Eigenschaftenverwaltungssystem alte mit neuen Eigenschaftswerten vergleicht.
- raiseEvents
Typ: Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectEventPropagation
Bestimmt, ob das System Ereignisse auslöst.
Implementiert
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
SetConfigurationProperty-Überladung
Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace