Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that specifies how identity value or values in the imported data file are used for the identity column.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Ensamblado: Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)
Sintaxis
'Declaración
Property KeepIdentity As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
true if identity value or values in the imported data file should be used for the identity column. true assigns the values that are specified in the source file to the identity column; false ignores the identity-column values that are specified in the source. The default value is true.
Comentarios
For more information, see BulkInsertTask.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.BulkInsertTask