你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeletePropertyOperation 类

定义

表示删除 PropertyBatchOperation 指定属性(如果存在)的 。

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

注解

请注意,如果一个 PropertyBatchOperation 对象失败,则整个批处理会失败,无法提交。

构造函数

DeletePropertyOperation(String)

创建并实例化 DeletePropertyOperation 对象。

属性

Kind

获取 PropertyBatchOperationKind 指示 的类型的 PropertyBatchOperation

(继承自 PropertyBatchOperation)
PropertyName

指示此 PropertyBatchOperation 访问的属性的名称。

(继承自 PropertyBatchOperation)

适用于