KeepNulls-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Syntax

'Declaration
Property KeepNulls As Boolean
    Get
    Set
'Usage
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)

Eigenschaftenwert

Typ: System. . :: . .Boolean