Item property

Gets the ULBulkCopyColumnMapping object at the specified index.

Syntax
Visual Basic
Public Readonly Property Item( _
   ByVal index As Integer _
) As ULBulkCopyColumnMapping
C#
public ULBulkCopyColumnMapping this[ 
   int index
] { get;}
Parameters
  • index   The zero-based index of the ULBulkCopyColumnMapping object to find.

Property value

An ULBulkCopyColumnMapping object is returned.

See also