'使用法 Dim instance As DataSetCollection Dim item As DataSet Dim value As System.Integer value = instance.Add(item)
パラメータ
- item
- The DataSet object to add.
戻り値の型
The index of the added object in the current collection.
'使用法 Dim instance As DataSetCollection Dim item As DataSet Dim value As System.Integer value = instance.Add(item)