Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
通过使用列顺序号引用源列和使用列名引用目标列来创建新的 SABulkCopyColumnMapping 对象,并将该映射添加到集合中。
Public Function Add( ByVal sourceColumnOrdinal As Integer, ByVal destinationColumn As String ) As SABulkCopyColumnMapping
public SABulkCopyColumnMapping Add( int sourceColumnOrdinal, string destinationColumn )
sourceColumnOrdinal 源列在数据源内的顺序位置。
destinationColumn 目标列在目标表内的名称。
无法在 .NET Compact Framework 2.0 中使用 SABulkCopyColumnMappingCollection 类。