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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULBulkCopyColumnMappingCollection 类

 

Item 属性

获取指定索引处的 ULBulkCopyColumnMapping 对象。

语法
Visual Basic
Public Readonly Property Item( _
   ByVal index As Integer _
) As ULBulkCopyColumnMapping
C#
public ULBulkCopyColumnMapping this[ 
   int index
] { get;}
参数
  • index   要查找的 ULBulkCopyColumnMapping 对象的索引(从零开始)。

属性值

返回 ULBulkCopyColumnMapping 对象。

另请参见