다음을 통해 공유


SqlException.BatchCommand 속성

정의

일괄 처리에서 예외가 발생하지 않은 경우 오류를 생성한 BatchCommand instance 가져옵니다.

public:
 property Microsoft::Data::SqlClient::SqlBatchCommand ^ BatchCommand { Microsoft::Data::SqlClient::SqlBatchCommand ^ get(); };
public Microsoft.Data.SqlClient.SqlBatchCommand BatchCommand { get; }
member this.BatchCommand : Microsoft.Data.SqlClient.SqlBatchCommand
Public ReadOnly Property BatchCommand As SqlBatchCommand

속성 값

BatchCommand 개체 또는 null

적용 대상

추가 정보