The AllowIdentityInserts property specifies whether the SET IDENTITY_INSERT Transact-SQL statement is set to ON before and OFF after the data pump execution.
Syntax
object.AllowIdentityInserts[= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Boolean that specifies whether SET IDENTITY_INSERT is set to ON during data pump execution |
Boolean
Read/write
HRESULT GetAllowIdentityInserts(VARIANT_BOOL *pRetVal);
HRESULT SetAllowIdentityInserts(VARIANT_BOOL NewValue);
AllowIdentityInserts only applies to Microsoft® SQL Server™.