KeepIdentity プロパティ
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
アセンブリ: Microsoft.SqlServer.BulkInsertTask (Microsoft.SqlServer.BulkInsertTask.dll)
構文
'宣言
Property KeepIdentity As Boolean
Get
Set
'使用
Dim instance As IDTSBulkInsertTask
Dim value As Boolean
value = instance.KeepIdentity
instance.KeepIdentity = value
bool KeepIdentity { get; set; }
property bool KeepIdentity {
bool get ();
void set (bool value);
}
abstract KeepIdentity : bool with get, set
function get KeepIdentity () : boolean
function set KeepIdentity (value : boolean)