单项选择题

现在有一个DataSet对象ds1,ds1中有一个DataTable对象dt_Customer,已知dt_Customer中有1000条记录,则执行下列语句后:DataTable new_dt_Customer=dt_Customer.Copy();新的数据表new_dt_Customer中包含()条记录.

A.2000
B.3000
C.1000
D.0