单项选择题

以下语句执行后,myDataSet中增加的表的名称是()。
dim myDataSet as new DataSet()
myDataSet.Tables.Add()

A.Table1
B.Table2
C.TableN
D.Nothing