共用方式為


DacDeployOptions.DropIndexesNotInSource 屬性

定義

取得或設定布林值,該值指定是否要卸除不存在於來源模型中的所有索引。

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

屬性值

True 表示卸除不在來源模型中的索引,否則為 false。 預設值為 true。

屬性

適用於