共用方式為


DacImportOptions.PreserveIdentityLastValues 屬性

定義

取得或設定布林值,指定是否應該保留用於識別資料行的最後一個值。

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

屬性值

True 是表示 指定目標中應使用來源識別最後一個值。 預設值為 false。

屬性

適用於