次の方法で共有


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

属性

適用対象