SABulkCopyColumnMappingCollection members

Public properties
Member name Description

[external link] Capacity (inherited from CollectionBase)

Gets or sets the number of elements that the [external link] CollectionBase can contain.

[external link] Count (inherited from CollectionBase)

Gets the number of elements contained in the [external link] CollectionBase instance. This property cannot be overridden.

Item property

Gets the SABulkCopyColumnMapping object at the specified index.

Public methods
Member name Description

Add methods

Adds the specified SABulkCopyColumnMapping object to the collection.

[external link] Clear (inherited from CollectionBase)

Removes all objects from the [external link] CollectionBase instance. This method cannot be overridden.

Contains method

Gets a value indicating whether a specified SABulkCopyColumnMapping object exists in the collection.

CopyTo method

Copies the elements of the SABulkCopyColumnMappingCollection to an array of SABulkCopyColumnMapping items, starting at a particular index.

[external link] GetEnumerator (inherited from CollectionBase)

Returns an enumerator that iterates through the [external link] CollectionBase instance.

IndexOf method

Gets or sets the index of the specified SABulkCopyColumnMapping object within the collection.

Remove method

Removes the specified SABulkCopyColumnMapping element from the SABulkCopyColumnMappingCollection.

RemoveAt method

Removes the mapping at the specified index from the collection.

See also