你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CheckExistsPropertyOperation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示将 PropertyBatchOperation 属性的布尔存在与 参数进行比较的 ExistenceCheck 。
public sealed class CheckExistsPropertyOperation : System.Fabric.PropertyBatchOperation
type CheckExistsPropertyOperation = class
inherit PropertyBatchOperation
Public NotInheritable Class CheckExistsPropertyOperation
Inherits PropertyBatchOperation
- 继承
注解
如果 属性不等于 参数,ExistenceCheck则PropertyBatchOperation操作失败。 CheckExistsPropertyOperation通常用作批处理中写入操作的前提条件。 请注意,如果一个 PropertyBatchOperation 失败,则整个批处理会失败,无法提交。
构造函数
CheckExistsPropertyOperation(String, Boolean) |
实例化 CheckExistsPropertyOperation 对象。 |
属性
ExistenceCheck |
获取一个标志,该标志指定是否应存在要传递的操作的属性。 |
Kind |
获取 PropertyBatchOperationKind 指示 的类型的 PropertyBatchOperation。 (继承自 PropertyBatchOperation) |
PropertyName |
指示此 PropertyBatchOperation 访问的属性的名称。 (继承自 PropertyBatchOperation) |