IDTSBulkInsertTask.KeepIdentity 属性

定义

获取或设置一个值,该值指定如何将导入的数据文件中的标识值用于标识列。

public:
 property bool KeepIdentity { bool get(); void set(bool value); };
public bool KeepIdentity { get; set; }
member this.KeepIdentity : bool with get, set
Public Property KeepIdentity As Boolean

属性值

如果导入的数据文件中的标识值或值应用于标识列,则为 true。 true 将源文件中指定的值分配给标识列;false 会忽略源中指定的标识列值。 默认值为 true。

注解

有关详细信息,请参阅 BulkInsertTask

适用于