Compartir a través de


CheckExistsPropertyOperation(String, Boolean) Constructor

Definición

Crea instancias de un objeto CheckExistsPropertyOperation.

public CheckExistsPropertyOperation (string propertyName, bool existenceCheck);
new System.Fabric.CheckExistsPropertyOperation : string * bool -> System.Fabric.CheckExistsPropertyOperation
Public Sub New (propertyName As String, existenceCheck As Boolean)

Parámetros

propertyName
String

Nombre de la propiedad.

existenceCheck
Boolean

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

Comentarios

Si se produce algún PropertyBatchOperation error en el lote, se produce un error en todo el lote y no se puede confirmar.

Se aplica a