次の方法で共有


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 です。

属性

適用対象