Partager via


DacImportOptions.PreserveIdentityLastValues Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie si les dernières valeurs utilisées pour les colonnes d’identité doivent être conservées.

public bool PreserveIdentityLastValues { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "PreserveIdentityLastValues")]
public bool PreserveIdentityLastValues { get; set; }
member this.PreserveIdentityLastValues : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "PreserveIdentityLastValues")>]
member this.PreserveIdentityLastValues : bool with get, set
Public Property PreserveIdentityLastValues As Boolean

Valeur de propriété

True pour spécifier que les dernières valeurs d’identité source doivent être utilisées dans la cible. La valeur par défaut est false.

Attributs

S’applique à