Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
通过使用列顺序号引用源列和目标列来创建新的列映射。
Public Sub New( ByVal sourceColumnOrdinal As Integer, ByVal destinationColumnOrdinal As Integer )
public SABulkCopyColumnMapping( int sourceColumnOrdinal, int destinationColumnOrdinal )
sourceColumnOrdinal 源列在数据源内的顺序位置。数据源中第一列的顺序位置为零。
destinationColumnOrdinal 目标列在目标表内的顺序位置。表中第一列的顺序位置为零。
无法在 .NET Compact Framework 2.0 中使用 SABulkCopyColumnMapping 类。