IDTSBulkInsertTask.KeepNulls 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示在大量載入作業期間,空白資料行應該保留 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
屬性值
如果空白資料行應該在大量載入作業期間保留 null 值,則為 true;如果要改為插入指定的預設值,則為 false。
備註
如需詳細資訊,請參閱BulkInsertTask。