Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
SADataReader が閉じているかどうかを示す値を取得します。
Public ReadOnly Overrides Property IsClosed As Boolean
public override bool IsClosed {get;}
SADataReader が閉じられている場合は true、閉じられていない場合は false です。
SADataReader が閉じられた後に呼び出すことができるプロパティは、IsClosed と RecordsAffected のみです。