IDTSBulkInsertTask.KeepNulls 屬性

定義

取得或設定值,這個值表示在大量載入作業期間,空白資料行應該保留 null 值,還是將預設值插入資料行。

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

屬性值

Boolean

如果空白資料行應該在大量載入作業期間保留 null 值,則為 true;如果要改為插入指定的預設值,則為 false。

備註

如需詳細資訊,請參閱BulkInsertTask

適用於