KeepNulls 屬性
此 API 支援 基礎結構,但無法直接從您的程式碼使用。
命名空間: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
組件: Microsoft.SqlServer.BulkInsertTask (在 Microsoft.SqlServer.BulkInsertTask.dll 中)
語法
'宣告
Property KeepNulls As Boolean
Get
Set
'用途
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)