Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SABulkCopyColumnMappingCollection class

 

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