DacDeployOptions.DropStatisticsNotInSource プロパティ

定義

ソース モデルに存在しないすべてのロール メンバーシップを削除するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

True を指定すると、ソース モデルに含まれていないロール メンバーシップが削除されます。それ以外の場合は false。 既定値は falseです。

属性

適用対象