次の方法で共有


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)

プロパティ値

型: System. . :: . .Boolean