Właściwość IDTSBulkInsertTask.KeepNulls
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Zestaw: Microsoft.SqlServer.BulkInsertTask (w Microsoft.SqlServer.BulkInsertTask.dll)
Składnia
'Deklaracja
Property KeepNulls As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
Zobacz także