言語

DacDeployOptions.DropRoleMembersNotInSource プロパティ

定義

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

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

プロパティ値

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

属性

適用対象