次の方法で共有


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

属性

適用対象