IDTSBulkInsertTask.KeepIdentity 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定如何将导入的数据文件中的标识值用于标识列。
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。