Compartir a través de


DeletePropertyOperation Clase

Definición

Representa un PropertyBatchOperation objeto que elimina una propiedad especificada si existe.

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

Comentarios

Tenga en cuenta que si se produce un error en un PropertyBatchOperation objeto, se produce un error en todo el lote y no se puede confirmar.

Constructores

DeletePropertyOperation(String)

Crea y crea instancias de un DeletePropertyOperation objeto .

Propiedades

Kind

Obtiene el PropertyBatchOperationKind objeto que indica el tipo de PropertyBatchOperation.

(Heredado de PropertyBatchOperation)
PropertyName

Indica el nombre de la propiedad a la que tiene acceso.PropertyBatchOperation

(Heredado de PropertyBatchOperation)

Se aplica a