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 类

 

RemoveAt 方法

从集合中删除指定索引处的映射。

语法
Visual Basic
Public Sub RemoveAt( _
   ByVal index As Integer _
)
C#
public void RemoveAt(
   int index
);
参数
  • index   要从集合中删除的 ULBulkCopyColumnMapping 对象的从零开始索引。

另请参见