Proprietà IDTSBulkInsertTask.KeepNulls

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value that indicates whether empty columns should retain a nullriferimento Null (Nothing in Visual Basic). value during the bulk load operation, or insert default values into the columns.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Sintassi

'Dichiarazione
Property KeepNulls As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As IDTSBulkInsertTask 
Dim value As Boolean 

value = instance.KeepNulls

instance.KeepNulls = value
bool KeepNulls { get; set; }
property bool KeepNulls {
    bool get ();
    void set (bool value);
}
abstract KeepNulls : bool with get, set
function get KeepNulls () : boolean 
function set KeepNulls (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if empty columns should retain a nullriferimento Null (Nothing in Visual Basic). value during the bulk load operation; false if the specified default values should be inserted instead.

Osservazioni

For more information, see BulkInsertTask.

Vedere anche

Riferimento

IDTSBulkInsertTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask