'使用法 Dim instance As DataSetCollection Dim name As System.String Dim value As DataSet value = instance.Item(name)
パラメータ
- name
- The name of DataSet.
プロパティ値
The DataSet with the specified name, ornull
if the dataset could not be found.'使用法 Dim instance As DataSetCollection Dim name As System.String Dim value As DataSet value = instance.Item(name)
null
if the dataset could not be found.