单项选择题

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

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