DesignerTransactionCloseEventArgs.LastTransaction 속성

정의

이 트랜잭션이 닫을 마지막 트랜잭션인지 여부를 나타내는 값을 가져옵니다.

public:
 property bool LastTransaction { bool get(); };
public bool LastTransaction { get; }
member this.LastTransaction : bool
Public ReadOnly Property LastTransaction As Boolean

속성 값

이 트랜잭션이 닫을 마지막 트랜잭션이면 true이고, 그렇지 않으면 false입니다.

적용 대상