IDTSBulkInsertTask.LastRow 属性

定义

获取或设置要复制的最后一行的行号。

public:
 property long LastRow { long get(); void set(long value); };
public long LastRow { get; set; }
member this.LastRow : int64 with get, set
Public Property LastRow As Long

属性值

包含要复制的最后一行数的 Long。

注解

有关详细信息,请参阅 BulkInsertTask

适用于