DeletePropertyOperation Klasse

Definition

Stellt eine PropertyBatchOperation dar, die eine angegebene Eigenschaft löscht, sofern vorhanden.

public sealed class DeletePropertyOperation : System.Fabric.PropertyBatchOperation
type DeletePropertyOperation = class
    inherit PropertyBatchOperation
Public NotInheritable Class DeletePropertyOperation
Inherits PropertyBatchOperation
Vererbung
DeletePropertyOperation

Hinweise

Wenn ein PropertyBatchOperation Objekt fehlschlägt, schlägt der gesamte Batch fehl und kann nicht committet werden.

Konstruktoren

DeletePropertyOperation(String)

Erstellt und instanziiert ein DeletePropertyOperation -Objekt.

Eigenschaften

Kind

Ruft den PropertyBatchOperationKind ab, der die Art von PropertyBatchOperationangibt.

(Geerbt von PropertyBatchOperation)
PropertyName

Gibt den Namen der Eigenschaft an, auf die dieser PropertyBatchOperation zugreift.

(Geerbt von PropertyBatchOperation)

Gilt für: