CheckExistsPropertyOperation クラス

定義

プロパティの PropertyBatchOperation ブール値の存在を引数と比較する を ExistenceCheck 表します。

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

注釈

プロパティが PropertyBatchOperation 引数と等 ExistenceCheck しくない場合、操作は失敗します。 CheckExistsPropertyOperationは通常、バッチ内の書き込み操作の前提条件として使用されます。 失敗 PropertyBatchOperation した場合、バッチ全体が失敗し、コミットできないことに注意してください。

コンストラクター

CheckExistsPropertyOperation(String, Boolean)

CheckExistsPropertyOperation オブジェクトをインスタンス化します。

プロパティ

ExistenceCheck

操作を渡すために プロパティが存在するかどうかを指定するフラグを取得します。

Kind

PropertyBatchOperationKind 種類を示す を取得します PropertyBatchOperation

(継承元 PropertyBatchOperation)
PropertyName

この PropertyBatchOperation がアクセスするプロパティの名前を示します。

(継承元 PropertyBatchOperation)

適用対象