Condividi tramite


Proprietà KeepIdentity

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Sintassi

'Dichiarazione
Property KeepIdentity As Boolean
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System. . :: . .Boolean