Item property

Gets the SABulkCopyColumnMapping object at the specified index.

Syntax
Visual Basic

Public Readonly Property Item ( _
   ByVal index As Integer _
) As SABulkCopyColumnMapping
C#

public SABulkCopyColumnMapping this [ 
   int index
] { get;}
Parameters
  • index   The zero-based index of the SABulkCopyColumnMapping object to find.

Property value

An SABulkCopyColumnMapping object is returned.

See also