'宣言 Public Function Add( _ ByVal field As DataSetField _ ) As System.Integer
'使用法 Dim instance As DataSetFieldCollection Dim field As DataSetField Dim value As System.Integer value = instance.Add(field)
public System.int Add( DataSetField field )
パラメータ
- field
- 追加するオブジェクト。
戻り値の型
コレクションに追加されたオブジェクトのインデックスを返します。