KeepNulls propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly :  Microsoft.SqlServer.BulkInsertTask (dans Microsoft.SqlServer.BulkInsertTask.dll)

Syntaxe

'Déclaration
Property KeepNulls As Boolean
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .Boolean