InstancePersistenceCommand.IsTransactionEnlistmentOptional プロパティ

定義

このコマンドの実行時に永続化プロバイダーがアンビエント トランザクション (Transaction.Current) に参加しないことを選択できるかどうかを示す値を返します。

protected public:
 virtual property bool IsTransactionEnlistmentOptional { bool get(); };
protected internal virtual bool IsTransactionEnlistmentOptional { get; }
member this.IsTransactionEnlistmentOptional : bool
Protected Friend Overridable ReadOnly Property IsTransactionEnlistmentOptional As Boolean

プロパティ値

true トランザクションへの参加がこのコマンドで省略可能な場合は。それ以外の場合は false

注釈

このクラスから派生するコマンド クラスは、このプロパティをオーバーライドして、 trueに設定できます。

適用対象