SqlBulkCopyColumnMappingCollection.IList.Add(Object) Metoda

Definicja

Dodaje element do elementu IList.

 virtual int System.Collections.IList.Add(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (value As Object) As Integer Implements IList.Add

Parametry

value
Object

Obiekt, który ma zostać dodany do obiektu IList.

Zwraca

Pozycja, w której wstawiono nowy element, lub -1 wskazująca, że element nie został wstawiony do kolekcji.

Implementuje

Wyjątki

Element IList jest tylko do odczytu.

-lub-

Element IList ma stały rozmiar.

Dotyczy