Compartir a través de


SqlException.BatchCommand Propiedad

Definición

Obtiene la instancia de BatchCommand que generó el error o null si la excepción no se generó a partir de un lote.

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

Valor de propiedad

Un objeto BatchCommand o null

Se aplica a

Consulte también