Compartir a través de


CheckExistsPropertyOperation Clase

Definición

Representa un PropertyBatchOperation objeto que compara la existencia booleana de una propiedad con el ExistenceCheck argumento .

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

Comentarios

Se PropertyBatchOperation produce un error en la operación si la propiedad no es igual al ExistenceCheck argumento . CheckExistsPropertyOperation Por lo general, se usa como condición previa para las operaciones de escritura en el lote. Tenga en cuenta que si se produce un error en uno PropertyBatchOperation , se produce un error en todo el lote y no se puede confirmar.

Constructores

CheckExistsPropertyOperation(String, Boolean)

Crea instancias de un objeto CheckExistsPropertyOperation.

Propiedades

ExistenceCheck

Obtiene la marca que especifica si la propiedad debe existir para que se pase la operación.

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